Merge y sacar errores y tests con fail #49
dotnet-core.yml
on: push
build-test-generate-docs
49s
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#L456
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#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test-generate-docs:
src/Library/Domain/WaitingList.cs#L70
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test-generate-docs:
src/Library/Domain/WaitingList.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test-generate-docs:
src/Library/Domain/WaitingList.cs#L54
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#L429
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#L458
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test-generate-docs:
src/Library/Domain/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/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/MoveBurn.cs#L19
Parameter 'accuracy' has no matching param tag in the XML comment for 'MoveBurn.MoveBurn(string, int, double)' (but other parameters do)
|