Skip to content

feat: Implement reconnect strategies (again) #186

feat: Implement reconnect strategies (again)

feat: Implement reconnect strategies (again) #186

Triggered via push September 29, 2023 20:49
Status Failure
Total duration 1m 2s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 20 warnings
build (Release): src/Lavalink4NET.Tests/LavalinkSocketTests.cs#L27
There is no argument given that corresponds to the required parameter 'reconnectStrategy' of 'LavalinkSocketFactory.LavalinkSocketFactory(IHttpMessageHandlerFactory, IReconnectStrategy, ISystemClock, ILogger<LavalinkSocket>)'
build (Release): src/Lavalink4NET.Tests/LavalinkSocketTests.cs#L79
There is no argument given that corresponds to the required parameter 'reconnectStrategy' of 'LavalinkSocketFactory.LavalinkSocketFactory(IHttpMessageHandlerFactory, IReconnectStrategy, ISystemClock, ILogger<LavalinkSocket>)'
build (Release): src/Lavalink4NET.Tests/LavalinkSocketTests.cs#L27
There is no argument given that corresponds to the required parameter 'reconnectStrategy' of 'LavalinkSocketFactory.LavalinkSocketFactory(IHttpMessageHandlerFactory, IReconnectStrategy, ISystemClock, ILogger<LavalinkSocket>)'
build (Release): src/Lavalink4NET.Tests/LavalinkSocketTests.cs#L79
There is no argument given that corresponds to the required parameter 'reconnectStrategy' of 'LavalinkSocketFactory.LavalinkSocketFactory(IHttpMessageHandlerFactory, IReconnectStrategy, ISystemClock, ILogger<LavalinkSocket>)'
build (Release)
Process completed with exit code 1.
build (Debug)
The job was canceled because "Release" failed.
build (Debug): src/Lavalink4NET.Tests/LavalinkSocketTests.cs#L27
There is no argument given that corresponds to the required parameter 'reconnectStrategy' of 'LavalinkSocketFactory.LavalinkSocketFactory(IHttpMessageHandlerFactory, IReconnectStrategy, ISystemClock, ILogger<LavalinkSocket>)'
build (Debug): src/Lavalink4NET.Tests/LavalinkSocketTests.cs#L79
There is no argument given that corresponds to the required parameter 'reconnectStrategy' of 'LavalinkSocketFactory.LavalinkSocketFactory(IHttpMessageHandlerFactory, IReconnectStrategy, ISystemClock, ILogger<LavalinkSocket>)'
build (Debug): src/Lavalink4NET.Tests/LavalinkSocketTests.cs#L27
There is no argument given that corresponds to the required parameter 'reconnectStrategy' of 'LavalinkSocketFactory.LavalinkSocketFactory(IHttpMessageHandlerFactory, IReconnectStrategy, ISystemClock, ILogger<LavalinkSocket>)'
build (Debug): src/Lavalink4NET.Tests/LavalinkSocketTests.cs#L79
There is no argument given that corresponds to the required parameter 'reconnectStrategy' of 'LavalinkSocketFactory.LavalinkSocketFactory(IHttpMessageHandlerFactory, IReconnectStrategy, ISystemClock, ILogger<LavalinkSocket>)'
build (Debug)
The operation was canceled.
build (Release): src/Lavalink4NET.Rest/Entities/Tracks/TrackLoadResult.cs#L67
Cannot convert null literal to non-nullable reference type.
build (Release): src/Lavalink4NET.Rest/Entities/Tracks/TrackLoadResult.cs#L73
Cannot convert null literal to non-nullable reference type.
build (Release): src/Lavalink4NET.Rest/Entities/Tracks/TrackLoadResult.cs#L78
Cannot convert null literal to non-nullable reference type.
build (Release): src/Lavalink4NET.Rest/Entities/Tracks/TrackLoadResult.cs#L83
Cannot convert null literal to non-nullable reference type.
build (Release): src/Lavalink4NET.DSharpPlus/DiscordClientWrapper.cs#L19
Missing XML comment for publicly visible type or member 'DiscordClientWrapper'
build (Release): src/Lavalink4NET.DSharpPlus/DiscordClientWrapper.cs#L25
Missing XML comment for publicly visible type or member 'DiscordClientWrapper.DiscordClientWrapper(DiscordClient)'
build (Release): src/Lavalink4NET.DSharpPlus/DiscordClientWrapper.cs#L37
Missing XML comment for publicly visible type or member 'DiscordClientWrapper.DiscordClientWrapper(DiscordShardedClient)'
build (Release): src/Lavalink4NET.DSharpPlus/ServiceCollectionExtensions.cs#L7
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions'
build (Release): src/Lavalink4NET.DSharpPlus/ServiceCollectionExtensions.cs#L9
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddLavalink(IServiceCollection)'
build (Release): src/Lavalink4NET.Rest/Entities/Tracks/TrackLoadResult.cs#L67
Cannot convert null literal to non-nullable reference type.
build (Debug): tests/Lavalink4NET.Lyrics.Tests/LyricsServiceTests.cs#L15
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Debug): tests/Lavalink4NET.Lyrics.Tests/LyricsServiceTests.cs#L48
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Debug): src/Lavalink4NET.Rest/Entities/Tracks/TrackLoadResult.cs#L67
Cannot convert null literal to non-nullable reference type.
build (Debug): src/Lavalink4NET.Rest/Entities/Tracks/TrackLoadResult.cs#L73
Cannot convert null literal to non-nullable reference type.
build (Debug): src/Lavalink4NET.Rest/Entities/Tracks/TrackLoadResult.cs#L78
Cannot convert null literal to non-nullable reference type.
build (Debug): src/Lavalink4NET.Rest/Entities/Tracks/TrackLoadResult.cs#L83
Cannot convert null literal to non-nullable reference type.
build (Debug): tests/Lavalink4NET.Rest.Tests/LavalinkApiClientTests.cs#L679
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Debug): tests/Lavalink4NET.Rest.Tests/LavalinkApiClientTests.cs#L710
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Debug): tests/Lavalink4NET.Rest.Tests/LavalinkApiClientTests.cs#L797
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Debug): src/Lavalink4NET.Rest/Entities/Tracks/TrackLoadResult.cs#L67
Cannot convert null literal to non-nullable reference type.