Skip to content
Triggered via push November 7, 2024 14:22
Status Failure
Total duration 43s
Billable time 1m
Artifacts

dotnet-core.yml

on: push
build-test-generate-docs
32s
build-test-generate-docs
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build-test-generate-docs: src/Library/Domain/Domain/Facade.cs#L273
The name 'criticalHit' does not exist in the current context
build-test-generate-docs: src/Library/Domain/Domain/Facade.cs#L273
The name 'criticalHit' does not exist in the current context
build-test-generate-docs
Process completed with exit code 1.
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/Domain/Facade.cs#L479
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-test-generate-docs: src/Library/Domain/Domain/Facade.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-test-generate-docs: src/Library/Domain/Domain/WaitingList.cs#L84
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-test-generate-docs: src/Library/Domain/Domain/WaitingList.cs#L111
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-test-generate-docs: src/Library/Domain/Domain/WaitingList.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-test-generate-docs: src/Library/Domain/Domain/Facade.cs#L452
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-test-generate-docs: src/Library/Domain/Domain/Facade.cs#L481
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#L3
Abstract type 'Move' should not have public constructors (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1012)
build-test-generate-docs: src/Library/Domain/Domain/Player.cs#L38
Change 'List<Pokemon>' in 'Player.AvailablePokemons' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
build-test-generate-docs: src/Library/Domain/Domain/Turn.cs#L12
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)