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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Package Project:
libs/DSharpPlus/DSharpPlus/Clients/BaseDiscordClient.cs#L200
Cannot convert null literal to non-nullable reference type.
|
Package Project:
libs/DSharpPlus/DSharpPlus/Logging/CompositeDefaultLogger.cs#L22
Nullability of reference types in type of parameter 'exception' of 'void CompositeDefaultLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
Package Project:
libs/DSharpPlus/DSharpPlus/Logging/CompositeDefaultLogger.cs#L30
Nullability in constraints for type parameter 'TState' of method 'CompositeDefaultLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
Package Project:
libs/DSharpPlus/DSharpPlus/Logging/DefaultLogger.cs#L23
Nullability of reference types in type of parameter 'exception' of 'void DefaultLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
Package Project:
libs/DSharpPlus/DSharpPlus/Logging/DefaultLogger.cs#L94
Nullability in constraints for type parameter 'TState' of method 'DefaultLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
Package Project:
libs/DSharpPlus/DSharpPlus/Clients/DiscordWebhookClient.cs#L66
Cannot convert null literal to non-nullable reference type.
|
Package Project:
libs/DSharpPlus/DSharpPlus/Clients/DiscordWebhookClient.cs#L67
Cannot convert null literal to non-nullable reference type.
|
Package Project:
libs/DSharpPlus/DSharpPlus/MessageCache.cs#L30
Nullability of reference types in type of parameter 'message' of 'bool MessageCache.TryGet(ulong messageId, out DiscordMessage? message)' doesn't match implicitly implemented member 'bool IMessageCacheProvider.TryGet(ulong messageId, out DiscordMessage? message)' (possibly because of nullability attributes).
|
Package Project:
libs/DSharpPlus/DSharpPlus/ReadOnlyConcurrentDictionary.cs#L15
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
Package Project:
libs/DSharpPlus/DSharpPlus/ReadOnlyConcurrentDictionary.cs#L21
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
The logs for this run have expired and are no longer available.
Loading