Skip to content

Fix characters with ultimate strafe skill crashing on setfield #331

Fix characters with ultimate strafe skill crashing on setfield

Fix characters with ultimate strafe skill crashing on setfield #331

Triggered via push October 10, 2023 06:18
Status Success
Total duration 54s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yaml

on: push
Fit to window
Zoom out
Zoom in

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/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/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/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/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.
Build: src/common/Edelstein.Common.Services.Social/PartyMembership.cs#L25
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/PartyMembership.cs#L25
Non-nullable property 'Members' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.