Add basic PSD stat calculation #188
Annotations
11 warnings
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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.Gameplay/Models/Accounts/Account.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Gameplay/Models/Inventories/Items/ItemSlotPet.cs#L7
Non-nullable property 'PetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Gameplay/Models/Inventories/ItemLockerSlot.cs#L13
Non-nullable property 'BuyCharacterName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Gameplay/Models/Inventories/ItemLockerSlot.cs#L17
Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Gameplay/Models/Characters/Character.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Gameplay/Models/Characters/Skills/Templates/SkillTemplate.cs#L58
Dereference of a possibly null reference.
|
Build:
src/common/Edelstein.Common.Database/Entities/CharacterEntity.cs#L7
Non-nullable property 'AccountWorld' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Database/Entities/AccountWorldEntity.cs#L7
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/common/Edelstein.Common.Database/Entities/AccountWorldEntity.cs#L8
Non-nullable property 'Characters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|