Publish (Nightly) #463
publish-nightly.yaml
on: schedule
Setup
3s
Matrix: publish / publish_artifacts
publish
/
Publish to Github Packages
54s
publish
/
Publish to Github releases
27s
Annotations
1 error and 104 warnings
Setup
Process completed with exit code 1.
|
publish / Publish to Github Packages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish / Publish to Github Packages:
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.
|
publish / Publish to Github Packages:
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.
|
publish / Publish to Github Packages:
src/common/Edelstein.Common.Services.Social/Entities/PartyInvitationEntity.cs#L10
Non-nullable property 'Party' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish to Github Packages:
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.
|
publish / Publish to Github Packages:
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.
|
publish / Publish to Github Packages:
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.
|
publish / Publish to Github Packages:
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.
|
publish / Publish to Github Packages:
src/common/Edelstein.Common.Services.Social/PartyMembershipMember.cs#L18
Non-nullable property 'CharacterName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish to Github Packages:
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.
|
publish / Publish to Github Packages:
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.
|
publish / Publish artifacts (linux-x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish / Publish artifacts (linux-x64):
src/plugin/Edelstein.Plugin.Rue/Configs/RueConfigLoginCredentials.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (linux-x64):
src/plugin/Edelstein.Plugin.Rue/Configs/RueConfigLoginCredentials.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (linux-x64):
src/plugin/Edelstein.Plugin.Rue/Plugs/FieldOnPacketUserChatCommandPlug.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish / Publish artifacts (linux-x64):
src/plugin/Edelstein.Plugin.Rue/Commands/AbstractTemplateCommand.cs#L20
Non-nullable property 'Search' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (linux-x64):
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.
|
publish / Publish artifacts (linux-x64):
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.
|
publish / Publish artifacts (linux-x64):
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.
|
publish / Publish artifacts (linux-x64):
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.
|
publish / Publish artifacts (linux-x64):
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.
|
publish / Publish artifacts (linux-x64):
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.
|
publish / Publish artifacts (linux-x64):
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.
|
publish / Publish artifacts (linux-x64):
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.
|
publish / Publish artifacts (linux-x64):
src/common/Edelstein.Common.Services.Social/Entities/PartyInvitationEntity.cs#L10
Non-nullable property 'Party' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (linux-x64):
src/common/Edelstein.Common.Services.Social/PartyMembershipMember.cs#L18
Non-nullable property 'CharacterName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (osx-arm64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish / Publish artifacts (osx-arm64):
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.
|
publish / Publish artifacts (osx-arm64):
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.
|
publish / Publish artifacts (osx-arm64):
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.
|
publish / Publish artifacts (osx-arm64):
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.
|
publish / Publish artifacts (osx-arm64):
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.
|
publish / Publish artifacts (osx-arm64):
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.
|
publish / Publish artifacts (osx-arm64):
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.
|
publish / Publish artifacts (osx-arm64):
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.
|
publish / Publish artifacts (osx-arm64):
src/common/Edelstein.Common.Services.Social/Entities/PartyInvitationEntity.cs#L10
Non-nullable property 'Party' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (osx-arm64):
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.
|
publish / Publish artifacts (osx-arm64):
src/plugin/Edelstein.Plugin.Rue/Configs/RueConfigLoginCredentials.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (osx-arm64):
src/plugin/Edelstein.Plugin.Rue/Configs/RueConfigLoginCredentials.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (osx-arm64):
src/plugin/Edelstein.Plugin.Rue/Commands/AbstractTemplateCommand.cs#L20
Non-nullable property 'Search' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (osx-arm64):
src/plugin/Edelstein.Plugin.Rue/Plugs/FieldOnPacketUserChatCommandPlug.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish / Publish artifacts (linux-arm64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish / Publish artifacts (linux-arm64):
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.
|
publish / Publish artifacts (linux-arm64):
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.
|
publish / Publish artifacts (linux-arm64):
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.
|
publish / Publish artifacts (linux-arm64):
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.
|
publish / Publish artifacts (linux-arm64):
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.
|
publish / Publish artifacts (linux-arm64):
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.
|
publish / Publish artifacts (linux-arm64):
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.
|
publish / Publish artifacts (linux-arm64):
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.
|
publish / Publish artifacts (linux-arm64):
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.
|
publish / Publish artifacts (linux-arm64):
src/common/Edelstein.Common.Services.Social/Entities/PartyInvitationEntity.cs#L10
Non-nullable property 'Party' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (linux-arm64):
src/plugin/Edelstein.Plugin.Rue/Configs/RueConfigLoginCredentials.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (linux-arm64):
src/plugin/Edelstein.Plugin.Rue/Configs/RueConfigLoginCredentials.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (linux-arm64):
src/plugin/Edelstein.Plugin.Rue/Commands/AbstractTemplateCommand.cs#L20
Non-nullable property 'Search' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (linux-arm64):
src/plugin/Edelstein.Plugin.Rue/Plugs/FieldOnPacketUserChatCommandPlug.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish / Publish artifacts (win-arm64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish / Publish artifacts (win-arm64):
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.
|
publish / Publish artifacts (win-arm64):
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.
|
publish / Publish artifacts (win-arm64):
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.
|
publish / Publish artifacts (win-arm64):
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.
|
publish / Publish artifacts (win-arm64):
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.
|
publish / Publish artifacts (win-arm64):
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.
|
publish / Publish artifacts (win-arm64):
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.
|
publish / Publish artifacts (win-arm64):
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.
|
publish / Publish artifacts (win-arm64):
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.
|
publish / Publish artifacts (win-arm64):
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.
|
publish / Publish artifacts (win-arm64):
src/plugin/Edelstein.Plugin.Rue/Configs/RueConfigLoginCredentials.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (win-arm64):
src/plugin/Edelstein.Plugin.Rue/Configs/RueConfigLoginCredentials.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (win-arm64):
src/plugin/Edelstein.Plugin.Rue/Plugs/FieldOnPacketUserChatCommandPlug.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish / Publish artifacts (win-arm64):
src/plugin/Edelstein.Plugin.Rue/Commands/AbstractTemplateCommand.cs#L20
Non-nullable property 'Search' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (osx-x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish / Publish artifacts (osx-x64):
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.
|
publish / Publish artifacts (osx-x64):
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.
|
publish / Publish artifacts (osx-x64):
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.
|
publish / Publish artifacts (osx-x64):
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.
|
publish / Publish artifacts (osx-x64):
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.
|
publish / Publish artifacts (osx-x64):
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.
|
publish / Publish artifacts (osx-x64):
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.
|
publish / Publish artifacts (osx-x64):
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.
|
publish / Publish artifacts (osx-x64):
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.
|
publish / Publish artifacts (osx-x64):
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.
|
publish / Publish artifacts (osx-x64):
src/plugin/Edelstein.Plugin.Rue/Configs/RueConfigLoginCredentials.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (osx-x64):
src/plugin/Edelstein.Plugin.Rue/Configs/RueConfigLoginCredentials.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (osx-x64):
src/plugin/Edelstein.Plugin.Rue/Plugs/FieldOnPacketUserChatCommandPlug.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish / Publish artifacts (osx-x64):
src/plugin/Edelstein.Plugin.Rue/Commands/AbstractTemplateCommand.cs#L20
Non-nullable property 'Search' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (win-x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish / Publish artifacts (win-x64):
src/plugin/Edelstein.Plugin.Rue/Configs/RueConfigLoginCredentials.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (win-x64):
src/plugin/Edelstein.Plugin.Rue/Configs/RueConfigLoginCredentials.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (win-x64):
src/plugin/Edelstein.Plugin.Rue/Plugs/FieldOnPacketUserChatCommandPlug.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish / Publish artifacts (win-x64):
src/plugin/Edelstein.Plugin.Rue/Commands/AbstractTemplateCommand.cs#L20
Non-nullable property 'Search' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish artifacts (win-x64):
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.
|
publish / Publish artifacts (win-x64):
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.
|
publish / Publish artifacts (win-x64):
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.
|
publish / Publish artifacts (win-x64):
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.
|
publish / Publish artifacts (win-x64):
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.
|
publish / Publish artifacts (win-x64):
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.
|
publish / Publish artifacts (win-x64):
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.
|
publish / Publish artifacts (win-x64):
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.
|
publish / Publish artifacts (win-x64):
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.
|
publish / Publish artifacts (win-x64):
src/common/Edelstein.Common.Services.Social/Entities/PartyInvitationEntity.cs#L10
Non-nullable property 'Party' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish / Publish to Github releases
The following actions uses node12 which is deprecated and will be forced to run on node16: marvinpinto/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish / Publish to Github releases
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
publish / Publish to Github releases
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
packages-1.0.0-preview.1574
Expired
|
741 KB |
|
server-linux-arm64-1.0.0-preview.1574
Expired
|
45 MB |
|
server-linux-x64-1.0.0-preview.1574
Expired
|
47.5 MB |
|
server-osx-arm64-1.0.0-preview.1574
Expired
|
44.8 MB |
|
server-osx-x64-1.0.0-preview.1574
Expired
|
47.5 MB |
|
server-win-arm64-1.0.0-preview.1574
Expired
|
45.5 MB |
|
server-win-x64-1.0.0-preview.1574
Expired
|
47.5 MB |
|