Add connection when it's created #9
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/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/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/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/DiscordClient.cs#L277
Cannot convert null literal to non-nullable reference type.
|
Build Project:
libs/DSharpPlus/DSharpPlus/Clients/DiscordClient.cs#L529
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading