Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows … #399

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows …

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows … #399

Triggered via push December 10, 2024 09:35
Status Success
Total duration 3m 25s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.