Skip to content

Add call method to plugins for cross-mod support #383

Add call method to plugins for cross-mod support

Add call method to plugins for cross-mod support #383

Triggered via push November 15, 2023 16:09
Status Success
Total duration 54s
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/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.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.