Skip to content

Fix Channel deserialization #14

Fix Channel deserialization

Fix Channel deserialization #14

Triggered via push May 15, 2024 01:41
Status Cancelled
Total duration 1m 28s
Artifacts

push.yml

on: push
Matrix: Build and Test
Push Packages  /  Push Packages
Push Packages / Push Packages
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 10 warnings
Build and Test (ubuntu-latest) / Build and Test: test/Kook.Net.Tests.Unit/MockedEntities/MockedCategoryChannel.cs#L7
'MockedCategoryChannel' does not implement interface member 'IGuildChannel.CreatorId'. 'MockedCategoryChannel.CreatorId' cannot implement 'IGuildChannel.CreatorId' because it does not have the matching return type of 'ulong?'.
Build and Test (ubuntu-latest) / Build and Test: test/Kook.Net.Tests.Unit/MockedEntities/MockedTextChannel.cs#L8
'MockedTextChannel' does not implement interface member 'IGuildChannel.CreatorId'. 'MockedTextChannel.CreatorId' cannot implement 'IGuildChannel.CreatorId' because it does not have the matching return type of 'ulong?'.
Build and Test (ubuntu-latest) / Build and Test: test/Kook.Net.Tests.Unit/MockedEntities/MockedVoiceChannel.cs#L9
'MockedVoiceChannel' does not implement interface member 'IGuildChannel.CreatorId'. 'MockedVoiceChannel.CreatorId' cannot implement 'IGuildChannel.CreatorId' because it does not have the matching return type of 'ulong?'.
Build and Test (ubuntu-latest) / Build and Test: test/Kook.Net.Tests.Unit/MockedEntities/MockedCategoryChannel.cs#L7
'MockedCategoryChannel' does not implement interface member 'IGuildChannel.CreatorId'. 'MockedCategoryChannel.CreatorId' cannot implement 'IGuildChannel.CreatorId' because it does not have the matching return type of 'ulong?'.
Build and Test (ubuntu-latest) / Build and Test: test/Kook.Net.Tests.Unit/MockedEntities/MockedTextChannel.cs#L8
'MockedTextChannel' does not implement interface member 'IGuildChannel.CreatorId'. 'MockedTextChannel.CreatorId' cannot implement 'IGuildChannel.CreatorId' because it does not have the matching return type of 'ulong?'.
Build and Test (ubuntu-latest) / Build and Test: test/Kook.Net.Tests.Unit/MockedEntities/MockedVoiceChannel.cs#L9
'MockedVoiceChannel' does not implement interface member 'IGuildChannel.CreatorId'. 'MockedVoiceChannel.CreatorId' cannot implement 'IGuildChannel.CreatorId' because it does not have the matching return type of 'ulong?'.
Build and Test (ubuntu-latest) / Build and Test
Process completed with exit code 1.
Build and Test (windows-latest) / Build and Test
FailFast: cancelling since parallel instance has failed
Build and Test (windows-latest) / Build and Test
The operation was canceled.
Build and Test (macOS-latest) / Build and Test
FailFast: cancelling since parallel instance has failed
Build and Test (macOS-latest) / Build and Test
The operation was canceled.
Build and Test (ubuntu-latest) / Build and Test: test/Kook.Net.Tests.Integration.Rest/Fixtures/RestChannelFixture.cs#L25
Member 'TextChannel' must have a non-null value when exiting.
Build and Test (ubuntu-latest) / Build and Test: test/Kook.Net.Tests.Integration.Rest/Fixtures/RestChannelFixture.cs#L25
Member 'VoiceChannel' must have a non-null value when exiting.
Build and Test (ubuntu-latest) / Build and Test: test/Kook.Net.Tests.Integration.Rest/Fixtures/RestChannelFixture.cs#L27
Member 'VoiceChannel' must have a non-null value when exiting.
Build and Test (ubuntu-latest) / Build and Test: test/Kook.Net.Tests.Integration.Rest/ChannelTests.cs#L187
Converting null literal or possible null value to non-nullable type.