Close pipe when the user disconnections; Fix race condition #11
Annotations
20 warnings
Upload GitHub Pages artifact
mode of './docs/_site/logo.svg' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Upload GitHub Pages artifact
mode of './docs/_site/public/lunr.sv-K3GSGWC2.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Upload GitHub Pages artifact
mode of './docs/_site/public/chunk-ULAEXCMJ.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Upload GitHub Pages artifact
mode of './docs/_site/public/lunr.it-43SEBRLN.min.js' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Upload GitHub Pages artifact
mode of './docs/_site/public/chunk-A72RGWO6.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Upload GitHub Pages artifact
mode of './docs/_site/public/chunk-5R3XQX22.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Upload GitHub Pages artifact
mode of './docs/_site/public/xychartDiagram-e50adddc-6NFB43RM.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Upload GitHub Pages artifact
mode of './docs/_site/public/chunk-334IV3XH.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Upload GitHub Pages artifact
mode of './docs/_site/public/chunk-5R3XQX22.min.js' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Upload GitHub Pages artifact
mode of './docs/_site/public/timeline-definition-d977decf-OB43RM6N.min.js' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Build Project:
libs/DSharpPlus/DSharpPlus/Clients/BaseDiscordClient.cs#L200
Cannot convert null literal to non-nullable reference type.
|
Build 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).
|
Build 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.
|
Build 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).
|
Build 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.
|
Build 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).
|
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/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.
|
Build 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