Hd ongoing game #30
dotnet-core.yml
on: pull_request
build-test-generate-docs
25s
Annotations
10 errors and 12 warnings
build-test-generate-docs:
src/Library/Facade.cs#L41
'Game' does not contain a definition for 'Players' and no accessible extension method 'Players' accepting a first argument of type 'Game' could be found (are you missing a using directive or an assembly reference?)
|
build-test-generate-docs:
src/Library/Facade.cs#L41
'Game' does not contain a definition for 'Players' and no accessible extension method 'Players' accepting a first argument of type 'Game' could be found (are you missing a using directive or an assembly reference?)
|
build-test-generate-docs:
src/Library/Facade.cs#L63
'Game' does not contain a definition for 'Players' and no accessible extension method 'Players' accepting a first argument of type 'Game' could be found (are you missing a using directive or an assembly reference?)
|
build-test-generate-docs:
src/Library/Facade.cs#L66
'Game' does not contain a definition for 'Players' and no accessible extension method 'Players' accepting a first argument of type 'Game' could be found (are you missing a using directive or an assembly reference?)
|
build-test-generate-docs:
src/Library/GameList.cs#L17
'Game' does not contain a definition for 'Players' and no accessible extension method 'Players' accepting a first argument of type 'Game' could be found (are you missing a using directive or an assembly reference?)
|
build-test-generate-docs:
src/Library/Pokeball.cs#L12
'Player' does not contain a definition for 'ChangeActivePokemon' and no accessible extension method 'ChangeActivePokemon' accepting a first argument of type 'Player' could be found (are you missing a using directive or an assembly reference?)
|
build-test-generate-docs:
src/Library/Facade.cs#L41
'Game' does not contain a definition for 'Players' and no accessible extension method 'Players' accepting a first argument of type 'Game' could be found (are you missing a using directive or an assembly reference?)
|
build-test-generate-docs:
src/Library/Facade.cs#L41
'Game' does not contain a definition for 'Players' and no accessible extension method 'Players' accepting a first argument of type 'Game' could be found (are you missing a using directive or an assembly reference?)
|
build-test-generate-docs:
src/Library/Facade.cs#L63
'Game' does not contain a definition for 'Players' and no accessible extension method 'Players' accepting a first argument of type 'Game' could be found (are you missing a using directive or an assembly reference?)
|
build-test-generate-docs:
src/Library/Facade.cs#L66
'Game' does not contain a definition for 'Players' and no accessible extension method 'Players' accepting a first argument of type 'Game' could be found (are you missing a using directive or an assembly reference?)
|
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/GameList.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test-generate-docs:
src/Library/WaitingList.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test-generate-docs:
src/Library/WaitingList.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test-generate-docs:
src/Library/WaitingList.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-test-generate-docs:
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)
|
build-test-generate-docs:
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)
|
build-test-generate-docs:
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)
|
build-test-generate-docs:
src/Library/Pokemon.cs#L7
Change 'List<Type>' in 'Pokemon.Type' 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/PokemonCatalogue.cs#L6
Change 'List<Pokemon>' in 'PokemonCatalogue.PokemonList' 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/GameList.cs#L5
Change 'List<Game>' in 'GameList.Games' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|