Skip to content

Update README.md

Update README.md #7

Triggered via push December 15, 2024 04:34
Status Success
Total duration 1m 58s
Artifacts

WorkFlow.yaml

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

Annotations

20 warnings
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/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 (Release): 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 (Release): ConsoleRpgEntities/Models/Rooms/Room.cs#L34
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/Rooms/Room.cs#L34
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/Characters/Player.cs#L26
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/Characters/Player.cs#L26
Non-nullable property 'Inventory' 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/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/Data/GameContextFactory.cs#L23
Possible null reference argument for parameter 'connectionString' in 'void ConfigurationHelper.ConfigureDbContextOptions(DbContextOptionsBuilder optionsBuilder, string connectionString)'.
build (Debug): ConsoleRpgEntities/Models/Rooms/Room.cs#L34
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/Rooms/Room.cs#L34
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 (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/Characters/Player.cs#L26
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.