Serialization Rewrite #409
Annotations
3 errors and 21 warnings
build (Release)
Process completed with exit code 1.
|
build (Debug)
The job was canceled because "Release" failed.
|
build (Debug)
The operation was canceled.
|
build (Release)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (Release):
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.
|
build (Release):
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.
|
build (Release):
src/Lavalink4NET/Players/LavalinkPlayerHandle.cs#L86
Argument 1 should be passed with 'ref' or 'in' keyword
|
build (Release):
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.
|
build (Release):
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.
|
build (Release):
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.
|
build (Release):
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.
|
build (Release):
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.
|
build (Release):
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)
|
build (Release):
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)
|
build (Debug):
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.
|
build (Debug):
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.
|
build (Debug):
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.
|
build (Debug):
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.
|
build (Debug):
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.
|
build (Debug):
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)
|
build (Debug):
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)
|
build (Debug):
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)
|
build (Debug):
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)
|
build (Debug):
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)
|