Update README.md #7
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.
|