Close pipe when the user disconnections; Fix race condition #11
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Project:
libs/DSharpPlus/DSharpPlus/Clients/BaseDiscordClient.cs#L200
Cannot convert null literal to non-nullable reference type.
|
Build Project:
libs/DSharpPlus/DSharpPlus/Clients/DiscordWebhookClient.cs#L66
Cannot convert null literal to non-nullable reference type.
|
Build Project:
libs/DSharpPlus/DSharpPlus/Clients/DiscordWebhookClient.cs#L67
Cannot convert null literal to non-nullable reference type.
|
Build Project:
libs/DSharpPlus/DSharpPlus/Entities/Interaction/Components/Selects/DiscordSelectComponentOption.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Build Project:
libs/DSharpPlus/DSharpPlus/Entities/Interaction/Components/Selects/DiscordSelectComponentOption.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Build Project:
libs/DSharpPlus/DSharpPlus/Entities/Interaction/Components/TextInputComponent.cs#L64
Cannot convert null literal to non-nullable reference type.
|
Build Project:
libs/DSharpPlus/DSharpPlus/Entities/Interaction/Components/TextInputComponent.cs#L64
Cannot convert null literal to non-nullable reference type.
|
Build Project:
libs/DSharpPlus/DSharpPlus/Entities/Guild/DiscordGuild.cs#L2137
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build Project:
libs/DSharpPlus/DSharpPlus/Entities/Guild/DiscordGuild.cs#L2144
Nullability of reference types in type of parameter 'e' of 'bool DiscordGuild.Equals(DiscordGuild e)' doesn't match implicitly implemented member 'bool IEquatable<DiscordGuild>.Equals(DiscordGuild? other)' (possibly because of nullability attributes).
|
Build Project:
libs/DSharpPlus/DSharpPlus/Entities/Interaction/DiscordInteraction.cs#L99
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading