Skip to content

Add AbilityMassUp and AbilityUp request handlers (excluding maxhp and… #391

Add AbilityMassUp and AbilityUp request handlers (excluding maxhp and…

Add AbilityMassUp and AbilityUp request handlers (excluding maxhp and… #391

Triggered via push January 8, 2024 10:58
Status Success
Total duration 1m 3s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/protocol/Edelstein.Protocol.Gameplay.Game/Objects/Mob/IFieldMob.cs#L25
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.Plugin/PluginHostManifest.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/common/Edelstein.Common.Plugin/PluginHostManifest.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/common/Edelstein.Common.Plugin/PluginHostManifest.cs#L9
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/common/Edelstein.Common.Plugin/PluginHostManifest.cs#L10
Non-nullable property 'EntryPoint' 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/Accounts/Account.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.