Skip to content
Triggered via pull request November 7, 2024 16:46
@AgustinProcofioAgustinProcofio
synchronize #9
proco
Status Success
Total duration 55s
Billable time 1m
Artifacts

dotnet-core.yml

on: pull_request
build-test-generate-docs
45s
build-test-generate-docs
Fit to window
Zoom out
Zoom in

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)