Resolve NU5100 #5
Annotations
10 warnings
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/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.
|
Build Project:
libs/DSharpPlus/DSharpPlus/Clients/DiscordClient.cs#L250
Cannot convert null literal to non-nullable reference type.
|
Build Project:
libs/DSharpPlus/DSharpPlus/Clients/DiscordClient.cs#L502
Cannot convert null literal to non-nullable reference type.
|
Build Project:
libs/DSharpPlus/DSharpPlus/Clients/DiscordClient.cs#L639
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading