Update workflows to use .NET 8 #378
Annotations
10 warnings
Build:
src/protocol/Edelstein.Protocol.Gameplay.Game/Objects/Mob/IFieldMob.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Build:
src/protocol/Edelstein.Protocol.Gameplay.Game/Objects/Mob/IFieldMobMovePath.cs#L12
'IFieldMobMovePath.Action' hides inherited member 'IMovePath<IFieldMobMoveAction>.Action'. Use the new keyword if hiding was intended.
|
Build:
src/common/Edelstein.Common.Services.Auth/Entities/IdentityEntity.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Services.Auth/Entities/IdentityEntity.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Services.Social/Entities/PartyMemberEntity.cs#L11
Non-nullable property 'Party' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Services.Social/Entities/PartyMemberEntity.cs#L14
Non-nullable property 'CharacterName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Services.Social/FriendList.cs#L7
Non-nullable property 'Records' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Services.Social/Entities/FriendEntity.cs#L12
Non-nullable property 'FriendName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Services.Social/Entities/FriendEntity.cs#L13
Non-nullable property 'FriendGroup' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Services.Social/Entities/FriendEntity.cs#L19
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|