Skip to content

Update deps; Rename WebsocketPing to HeartbeatPing; Remove UdpPing #19

Update deps; Rename WebsocketPing to HeartbeatPing; Remove UdpPing

Update deps; Rename WebsocketPing to HeartbeatPing; Remove UdpPing #19

Triggered via push March 23, 2024 06:41
Status Success
Total duration 2m 17s
Artifacts 2

build-commit.yml

on: push
Build Commit
29s
Build Commit
Package Commit
27s
Package Commit
Document Commit
1m 1s
Document Commit
Fit to window
Zoom out
Zoom in

Annotations

42 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/Clients/BaseDiscordClient.cs#L206
Cannot convert null literal to non-nullable reference type.
Build Commit: 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 Commit: 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 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#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 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/DiscordWebhookClient.cs#L66
Cannot convert null literal to non-nullable reference type.
Build Commit: libs/DSharpPlus/DSharpPlus/Clients/DiscordWebhookClient.cs#L67
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/Clients/BaseDiscordClient.cs#L206
Cannot convert null literal to non-nullable reference type.
Package Commit: 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 Commit: 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 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#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 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#L66
Cannot convert null literal to non-nullable reference type.
Package Commit: libs/DSharpPlus/DSharpPlus/Clients/DiscordWebhookClient.cs#L67
Cannot convert null literal to non-nullable reference type.
Invalid file permissions automatically fixed
mode of './docs/_site/public/lunr.sa-M7TYHLRJ.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
Invalid file permissions automatically fixed
mode of './docs/_site/public/lunr.ta-AKIPBQLC.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
Invalid file permissions automatically fixed
mode of './docs/_site/public/classDiagram-v2-412acd34-BDPFKEQ2.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
Invalid file permissions automatically fixed
mode of './docs/_site/public/stateDiagram-43596fc0-6Y376Q7Q.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
Invalid file permissions automatically fixed
mode of './docs/_site/public/chunk-NV6GFCO4.min.js' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
Invalid file permissions automatically fixed
mode of './docs/_site/public/chunk-A72RGWO6.min.js' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
Invalid file permissions automatically fixed
mode of './docs/_site/public/ganttDiagram-5c869e3b-OO7SG7G4.min.js.map' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
Invalid file permissions automatically fixed
mode of './docs/_site/public/main.css' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
Invalid file permissions automatically fixed
mode of './docs/_site/public/bootstrap-icons-OCU552PF.woff' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
Invalid file permissions automatically fixed
mode of './docs/_site/public/lunr.kn-EGFANKI2.min.js' changed from 0744 (rwxr--r--) to 0755 (rwxr-xr-x)
Document Commit: libs/DSharpPlus/DSharpPlus/Clients/BaseDiscordClient.cs#L206
Cannot convert null literal to non-nullable reference type.
Document Commit: 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).
Document Commit: 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.
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/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).
Document Commit: libs/DSharpPlus/DSharpPlus/Clients/DiscordWebhookClient.cs#L66
Cannot convert null literal to non-nullable reference type.
Document Commit: libs/DSharpPlus/DSharpPlus/Clients/DiscordWebhookClient.cs#L67
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.

Artifacts

Produced during runtime
Name Size
DSharpPlus.VoiceLink-Nightly-19.zip Expired
285 KB
github-pages Expired
26.4 MB