Formatting #23
Annotations
43 warnings
Build Commit
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 Commit:
libs/DSharpPlus/DSharpPlus/Logging/CompositeDefaultLogger.cs#L19
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 Commit:
libs/DSharpPlus/DSharpPlus/Logging/CompositeDefaultLogger.cs#L27
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 Commit:
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 Commit:
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 Commit:
libs/DSharpPlus/DSharpPlus/MessageCache.cs#L31
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 Commit:
libs/DSharpPlus/DSharpPlus/Clients/BaseDiscordClient.cs#L206
Cannot convert null literal to non-nullable reference type.
|
Build Commit:
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 Commit:
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 Commit:
libs/DSharpPlus/DSharpPlus/Clients/DiscordClient.cs#L279
Cannot convert null literal to non-nullable reference type.
|
Build Commit:
libs/DSharpPlus/DSharpPlus/Clients/DiscordClient.cs#L672
Cannot convert null literal to non-nullable reference type.
|
Package Commit
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 Commit:
libs/DSharpPlus/DSharpPlus/Logging/CompositeDefaultLogger.cs#L19
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 Commit:
libs/DSharpPlus/DSharpPlus/Logging/CompositeDefaultLogger.cs#L27
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 Commit:
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 Commit:
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 Commit:
libs/DSharpPlus/DSharpPlus/MessageCache.cs#L31
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 Commit:
libs/DSharpPlus/DSharpPlus/Clients/BaseDiscordClient.cs#L206
Cannot convert null literal to non-nullable reference type.
|
Package Commit:
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 Commit:
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.
|
Package Commit:
libs/DSharpPlus/DSharpPlus/Clients/DiscordWebhookClient.cs#L63
Cannot convert null literal to non-nullable reference type.
|
Package Commit:
libs/DSharpPlus/DSharpPlus/Clients/DiscordWebhookClient.cs#L64
Cannot convert null literal to non-nullable reference type.
|
Invalid file permissions automatically fixed
mode of './docs/_site/favicon.ico' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Invalid file permissions automatically fixed
mode of './docs/_site/logo.svg' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Invalid file permissions automatically fixed
mode of './docs/_site/public/requirementDiagram-05bf5f74-WY5I6AM6.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Invalid file permissions automatically fixed
mode of './docs/_site/public/chunk-XLUXVQHP.min.js' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Invalid file permissions automatically fixed
mode of './docs/_site/public/mindmap-definition-f354de21-HIP27OGE.min.js' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Invalid file permissions automatically fixed
mode of './docs/_site/public/lunr.he-J62KVQ3T.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Invalid file permissions automatically fixed
mode of './docs/_site/public/tex-svg-full-3JRN7JHV.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Invalid file permissions automatically fixed
mode of './docs/_site/public/ganttDiagram-9a3bba1f-RHXH5QSX.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Invalid file permissions automatically fixed
mode of './docs/_site/public/lunr.jp-2KRE2L63.min.js' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Invalid file permissions automatically fixed
mode of './docs/_site/public/lunr.sv-K3GSGWC2.min.js' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
|
Document Commit:
libs/DSharpPlus/DSharpPlus/MessageCache.cs#L31
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).
|
Document Commit:
libs/DSharpPlus/DSharpPlus/Logging/CompositeDefaultLogger.cs#L19
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).
|
Document Commit:
libs/DSharpPlus/DSharpPlus/Logging/CompositeDefaultLogger.cs#L27
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.
|
Document Commit:
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).
|
Document Commit:
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.
|
Document Commit:
libs/DSharpPlus/DSharpPlus/Clients/BaseDiscordClient.cs#L206
Cannot convert null literal to non-nullable reference type.
|
Document Commit:
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.
|
Document Commit:
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.
|
Document Commit:
libs/DSharpPlus/DSharpPlus/Clients/DiscordWebhookClient.cs#L63
Cannot convert null literal to non-nullable reference type.
|
Document Commit:
libs/DSharpPlus/DSharpPlus/Clients/DiscordWebhookClient.cs#L64
Cannot convert null literal to non-nullable reference type.
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "DSharpPlus.VoiceLink-Nightly-23.zip", "github-pages".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
DSharpPlus.VoiceLink-Nightly-23.zip
Expired
|
5.19 MB |
|
github-pages
Expired
|
27.7 MB |
|