Skip to content

Merge pull request #110 from ucudal/Dragonite-test #220

Merge pull request #110 from ucudal/Dragonite-test

Merge pull request #110 from ucudal/Dragonite-test #220

Triggered via push November 26, 2024 20:50
Status Failure
Total duration 43s
Artifacts

dotnet-core.yml

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

Annotations

1 error and 10 warnings
build-test-generate-docs
Process completed with exit code 1.
build-test-generate-docs: src/Library/SpecialAttack.cs#L56
'SpecialAttack.InfoAttack()' hides inherited member 'Attack.InfoAttack()'. Use the new keyword if hiding was intended.
build-test-generate-docs: src/Library/FullHealth.cs#L19
Nullability of reference types in return type of 'string? FullHealth.Use(Pokemon? pokemon)' doesn't match implicitly implemented member 'string IItem.Use(Pokemon pokemon)' (possibly because of nullability attributes).
build-test-generate-docs: src/Library/SuperPotion.cs#L21
Nullability of reference types in return type of 'string? SuperPotion.Use(Pokemon? pokemon)' doesn't match implicitly implemented member 'string IItem.Use(Pokemon pokemon)' (possibly because of nullability attributes).
build-test-generate-docs: src/Library/Commands/UseCommand.cs#L31
Converting null literal or possible null value to non-nullable type.
build-test-generate-docs: src/Library/Commands/UseCommand.cs#L32
Converting null literal or possible null value to non-nullable type.
build-test-generate-docs: src/Library/Pokemon.cs#L183
Possible null reference return.
build-test-generate-docs: src/Library/Player.cs#L42
Non-nullable property 'ActivePokemon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test-generate-docs: src/Library/Player.cs#L124
Possible null reference return.
build-test-generate-docs: src/Library/Player.cs#L164
Possible null reference return.
build-test-generate-docs: src/Library/Commands/ChangeCommand.cs#L35
Possible null reference argument for parameter 'pokemonName' in 'string Facade.ChangePokemon(string playerName, string pokemonName)'.