Fix Channel deserialization #14
push.yml
on: push
Matrix: Build and Test
Push Packages
/
Push Packages
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/Fixtures/RestGuildFixture.cs#L28
Member 'Guild' must have a non-null value when exiting.
|
Build and Test (ubuntu-latest) / Build and Test:
test/Kook.Net.Tests.Integration.Rest/Fixtures/RestGuildFixture.cs#L35
Member 'Guild' must have a non-null value when exiting.
|
Build and Test (ubuntu-latest) / Build and Test:
test/Kook.Net.Tests.Integration.Rest/Fixtures/RestGuildFixture.cs#L39
Member 'Guild' 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.
|
Build and Test (ubuntu-latest) / Build and Test:
test/Kook.Net.Tests.Integration.Rest/ChannelTests.cs#L188
Dereference of a possibly null reference.
|
Build and Test (ubuntu-latest) / Build and Test:
test/Kook.Net.Tests.Integration.Socket/Fixtures/SocketChannelFixture.cs#L28
Member 'TextChannel' must have a non-null value when exiting.
|
Build and Test (ubuntu-latest) / Build and Test:
test/Kook.Net.Tests.Integration.Socket/Fixtures/SocketChannelFixture.cs#L28
Member 'VoiceChannel' must have a non-null value when exiting.
|