Skip to content

Final commit.

Final commit. #1

Triggered via push December 15, 2024 03:42
Status Success
Total duration 2m 1s
Artifacts

WorkFlow.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (Debug): ConsoleRpgEntities/Models/Characters/Monsters/Goblin.cs#L6
'Goblin.RoomId' hides inherited member 'Monster.RoomId'. Use the new keyword if hiding was intended.
build (Debug): ConsoleRpgEntities/Models/Characters/Monsters/IMonster.cs#L8
'IMonster.Name' hides inherited member 'ITargetable.Name'. Use the new keyword if hiding was intended.
build (Debug): ConsoleRpgEntities/Helpers/ConfigurationHelper.cs#L8
Cannot convert null literal to non-nullable reference type.
build (Debug): ConsoleRpgEntities/Helpers/ConfigurationHelper.cs#L8
Cannot convert null literal to non-nullable reference type.
build (Debug): ConsoleRpgEntities/Models/Equipments/Item.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): ConsoleRpgEntities/Models/Equipments/Item.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): ConsoleRpgEntities/Models/Equipments/Inventory.cs#L14
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): ConsoleRpgEntities/Models/Equipments/Inventory.cs#L15
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): ConsoleRpgEntities/Models/Characters/Monsters/Monster.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): ConsoleRpgEntities/Models/Characters/Monsters/Monster.cs#L13
Non-nullable property 'MonsterType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): ConsoleRpgEntities/Models/Characters/Monsters/Goblin.cs#L6
'Goblin.RoomId' hides inherited member 'Monster.RoomId'. Use the new keyword if hiding was intended.
build (Release): ConsoleRpgEntities/Models/Characters/Monsters/IMonster.cs#L8
'IMonster.Name' hides inherited member 'ITargetable.Name'. Use the new keyword if hiding was intended.
build (Release): ConsoleRpgEntities/Helpers/ConfigurationHelper.cs#L8
Cannot convert null literal to non-nullable reference type.
build (Release): ConsoleRpgEntities/Helpers/ConfigurationHelper.cs#L8
Cannot convert null literal to non-nullable reference type.
build (Release): ConsoleRpgEntities/Data/GameContextFactory.cs#L23
Possible null reference argument for parameter 'connectionString' in 'void ConfigurationHelper.ConfigureDbContextOptions(DbContextOptionsBuilder optionsBuilder, string connectionString)'.
build (Release): ConsoleRpgEntities/Models/Equipments/Inventory.cs#L14
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): ConsoleRpgEntities/Models/Equipments/Inventory.cs#L15
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): ConsoleRpgEntities/Models/Abilities/PlayerAbilities/Ability.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): ConsoleRpgEntities/Models/Abilities/PlayerAbilities/Ability.cs#L12
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): ConsoleRpgEntities/Models/Abilities/PlayerAbilities/Ability.cs#L13
Non-nullable property 'AbilityType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.