Skip to content

Merge pull request #113 from ucudal/fixed-docs #227

Merge pull request #113 from ucudal/fixed-docs

Merge pull request #113 from ucudal/fixed-docs #227

Triggered via push November 26, 2024 23:43
Status Success
Total duration 43s
Artifacts

dotnet-core.yml

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

Annotations

10 warnings
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/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/Commands/AttackCommand.cs#L33
Possible null reference argument for parameter 'attackName' in 'string Facade.ChooseAttack(string playerName, string attackName)'.
build-test-generate-docs: src/Library/Commands/BattleCommand.cs#L37
Possible null reference argument for parameter 'opponentName' in 'string Facade.StartGame(string playerName, string opponentName, IStrategyStartingPlayer strategyStartingPlayer)'.
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.