Serialization Rewrite #409
Annotations
2 errors and 10 warnings
|
|
src/Lavalink4NET/Players/LavalinkPlayerHandle.cs#L89
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.
|
src/Lavalink4NET/Players/LavalinkPlayerHandle.cs#L107
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.
|
tests/Lavalink4NET.Rest.Tests/LavalinkApiClientTests.cs#L751
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.
|
tests/Lavalink4NET.Rest.Tests/LavalinkApiClientTests.cs#L782
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.
|
tests/Lavalink4NET.Rest.Tests/LavalinkApiClientTests.cs#L869
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.
|
tests/Lavalink4NET.Rest.Tests/LavalinkApiClientTests.cs#L18
Null should not be used for type parameter 'searchMode' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
tests/Lavalink4NET.Rest.Tests/LavalinkApiClientTests.cs#L19
Null should not be used for type parameter 'searchMode' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
tests/Lavalink4NET.Rest.Tests/LavalinkApiClientTests.cs#L58
Null should not be used for type parameter 'searchMode' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
tests/Lavalink4NET.Rest.Tests/LavalinkApiClientTests.cs#L59
Null should not be used for type parameter 'searchMode' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
tests/Lavalink4NET.Rest.Tests/LavalinkApiClientTests.cs#L60
Null should not be used for type parameter 'searchMode' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
This job was cancelled
Loading