Start working on a hitbox reader for ikneedata #19
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
backend/FightCore.Repositories/Base/BaseRepository.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
backend/FightCore.Repositories/Base/BaseRepository.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
backend/FightCore.Repositories/MoveRepository.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
backend/FightCore.Repositories/MoveRepository.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
backend/FightCore.Services/MoveService.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
backend/FightCore.Services/MoveService.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
backend/FightCore.External.HitboxLoader/Models/KneeHitbox.cs#L10
Non-nullable field 'effect' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
backend/FightCore.External.HitboxLoader/Program.cs#L41
Dereference of a possibly null reference.
|
build:
backend/FightCore.External.HitboxLoader/Program.cs#L44
Dereference of a possibly null reference.
|
build:
backend/FightCore.External.HitboxLoader/Program.cs#L55
Dereference of a possibly null reference.
|