Marge con main #56
dotnet-core.yml
on: push
build-test-generate-docs
46s
Annotations
12 warnings
build-test-generate-docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-test-generate-docs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-test-generate-docs:
src/Library/Domain/Facade.cs#L480
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test-generate-docs:
src/Library/Domain/UserInterface.cs#L146
Comparison made to same variable; did you mean to compare something else?
|
build-test-generate-docs:
src/Library/Domain/Facade.cs#L453
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test-generate-docs:
src/Library/Domain/Facade.cs#L482
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test-generate-docs:
src/Library/Domain/Moves/Move.cs#L25
Parameter 'accuracy' has no matching param tag in the XML comment for 'Move.Move(string, int, double)' (but other parameters do)
|
build-test-generate-docs:
src/Library/Domain/Moves/Move.cs#L38
Parameter 'criticalHit' has no matching param tag in the XML comment for 'Move.ExecuteMove(Pokemon, Pokemon, double)' (but other parameters do)
|
build-test-generate-docs:
src/Library/Domain/Moves/MoveBurn.cs#L19
Parameter 'accuracy' has no matching param tag in the XML comment for 'MoveBurn.MoveBurn(string, int, double)' (but other parameters do)
|
build-test-generate-docs:
src/Library/Domain/Moves/MoveBurn.cs#L33
Parameter 'criticalHit' has no matching param tag in the XML comment for 'MoveBurn.ExecuteMove(Pokemon, Pokemon, double)' (but other parameters do)
|
build-test-generate-docs:
src/Library/Domain/Moves/MoveNormal.cs#L21
Parameter 'criticalHit' has no matching param tag in the XML comment for 'MoveNormal.ExecuteMove(Pokemon, Pokemon, double)' (but other parameters do)
|
build-test-generate-docs:
src/Library/Domain/Moves/MoveParalize.cs#L18
Parameter 'accuracy' has no matching param tag in the XML comment for 'MoveParalize.MoveParalize(string, int, double)' (but other parameters do)
|