Skip to content

Get Archived thread calls on text channels #661

Get Archived thread calls on text channels

Get Archived thread calls on text channels #661

Triggered via pull request November 1, 2025 09:29
Status Failure
Total duration 42s
Artifacts

dotnet.yml

on: pull_request
Build and Test
39s
Build and Test
Deploy
Deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build and Test: src/Discord.Net.Rest/Entities/Channels/RestMediaChannel.cs#L5
'RestMediaChannel' does not implement interface member 'IThreadContainerChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)'. 'RestForumChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' cannot implement 'IThreadContainerChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' because it does not have the matching return type of 'Task<IReadOnlyCollection<IThreadChannel>>'.
Build and Test: src/Discord.Net.Rest/Entities/Channels/RestMediaChannel.cs#L5
'RestMediaChannel' does not implement interface member 'IThreadContainerChannel.GetActiveThreadsAsync(RequestOptions)'. 'RestForumChannel.GetActiveThreadsAsync(RequestOptions)' cannot implement 'IThreadContainerChannel.GetActiveThreadsAsync(RequestOptions)' because it does not have the matching return type of 'Task<IReadOnlyCollection<IThreadChannel>>'.
Build and Test: src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L15
'RestForumChannel' does not implement interface member 'IThreadContainerChannel.GetJoinedPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)'. 'RestForumChannel.GetJoinedPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' cannot implement 'IThreadContainerChannel.GetJoinedPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' because it does not have the matching return type of 'Task<IReadOnlyCollection<IThreadChannel>>'.
Build and Test: src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L15
'RestForumChannel' does not implement interface member 'IThreadContainerChannel.GetPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)'. 'RestForumChannel.GetPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' cannot implement 'IThreadContainerChannel.GetPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' because it does not have the matching return type of 'Task<IReadOnlyCollection<IThreadChannel>>'.
Build and Test: src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L15
'RestForumChannel' does not implement interface member 'IThreadContainerChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)'. 'RestForumChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' cannot implement 'IThreadContainerChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' because it does not have the matching return type of 'Task<IReadOnlyCollection<IThreadChannel>>'.
Build and Test: src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L15
'RestForumChannel' does not implement interface member 'IThreadContainerChannel.GetActiveThreadsAsync(RequestOptions)'. 'RestForumChannel.GetActiveThreadsAsync(RequestOptions)' cannot implement 'IThreadContainerChannel.GetActiveThreadsAsync(RequestOptions)' because it does not have the matching return type of 'Task<IReadOnlyCollection<IThreadChannel>>'.
Build and Test: src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L176
'RestForumChannel.GetJoinedPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' in explicit interface declaration is not found among members of the interface that can be implemented
Build and Test: src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L174
'RestForumChannel.GetPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' in explicit interface declaration is not found among members of the interface that can be implemented
Build and Test: src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L172
'RestForumChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' in explicit interface declaration is not found among members of the interface that can be implemented
Build and Test: src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L170
'RestForumChannel.GetActiveThreadsAsync(RequestOptions)' in explicit interface declaration is not found among members of the interface that can be implemented
Build and Test
Could not find any files for ./**/*.trx