Skip to content

sacar errores

sacar errores #52

Triggered via push November 7, 2024 14:59
Status Success
Total duration 1m 9s
Billable time 2m
Artifacts

dotnet-core.yml

on: push
build-test-generate-docs
1m 1s
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/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)
build-test-generate-docs: src/Library/Domain/Moves/MoveParalize.cs#L32
Parameter 'criticalHit' has no matching param tag in the XML comment for 'MoveParalize.ExecuteMove(Pokemon, Pokemon, double)' (but other parameters do)
build-test-generate-docs: src/Library/Domain/Moves/MovePoison.cs#L19
Parameter 'accuracy' has no matching param tag in the XML comment for 'MovePoison.MovePoison(string, int, double)' (but other parameters do)
build-test-generate-docs: src/Library/Domain/Moves/MovePoison.cs#L33
Parameter 'criticalHit' has no matching param tag in the XML comment for 'MovePoison.ExecuteMove(Pokemon, Pokemon, double)' (but other parameters do)
build-test-generate-docs: src/Library/Domain/Moves/MoveSleep.cs#L18
Parameter 'accuracy' has no matching param tag in the XML comment for 'MoveSleep.MoveSleep(string, int, double)' (but other parameters do)