Delete docs/html directory #20
Annotations
3 errors and 12 warnings
src/Library/Pokeball.cs#L11
There is no argument given that corresponds to the required parameter 'pokemon' of 'Player.ChangeActivePokemon(Pokemon)'
|
src/Library/Pokeball.cs#L11
There is no argument given that corresponds to the required parameter 'pokemon' of 'Player.ChangeActivePokemon(Pokemon)'
|
|
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/
|
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/
|
src/Library/Game.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Library/WaitingList.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Library/WaitingList.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Library/WaitingList.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Library/Game.cs#L49
Unreachable code detected
|
src/Library/SpecialAttack.cs#L5
The field 'SpecialAttack.SpecialEffect' is never used
|
src/Library/SpecialAttack.cs#L6
The field 'SpecialAttack.LastTurnPlayed' is assigned but its value is never used
|
src/Library/Player.cs#L7
Change 'List<Pokemon>' in 'Player.PokemonTeam' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
src/Library/Player.cs#L8
Change 'List<IItem>' in 'Player.Items' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
src/Library/Pokemon.cs#L6
Change 'List<IAttack>' in 'Pokemon.Attacks' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
The logs for this run have expired and are no longer available.
Loading