Upgrade to .NET 8 #1
Annotations
3 errors and 22 warnings
Binance.Client.Websocket.Tests.Integration.BinanceWebsocketClientTests ► Connect_ShouldWorkAndReceiveResponse:
test_integration/Binance.Client.Websocket.Tests.Integration/BinanceWebsocketClientTests.cs#L40
Failed test found in:
test_integration/Binance.Client.Websocket.Tests.Integration/TestResults/tests.trx
Error:
Assert.NotNull() Failure: Value is null
|
build
Failed test were found and 'fail-on-error' option is set to true
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/Binance.Client.Websocket/Websockets/BinanceWebsocketCommunicator.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build:
src/Binance.Client.Websocket/Websockets/BinanceWebsocketCommunicator.cs#L19
Cannot convert null literal to non-nullable reference type.
|
build:
src/Binance.Client.Websocket/Files/BinanceFileCommunicator.cs#L27
Nullability of reference types in type of parameter 'value' of 'void BinanceFileCommunicator.Name.set' doesn't match implicitly implemented member 'void IWebsocketClient.Name.set' (possibly because of nullability attributes).
|
build:
src/Binance.Client.Websocket/Files/BinanceFileCommunicator.cs#L32
Nullability of reference types in type of parameter 'value' of 'void BinanceFileCommunicator.MessageEncoding.set' doesn't match implicitly implemented member 'void IWebsocketClient.MessageEncoding.set' (possibly because of nullability attributes).
|
build:
src/Binance.Client.Websocket/Json/ArrayConverter.cs#L21
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Binance.Client.Websocket/Json/ArrayConverter.cs#L98
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Binance.Client.Websocket/Json/BinanceStringEnumConverter.cs#L15
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Binance.Client.Websocket/Json/UnixDateTimeConverter.cs#L27
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Binance.Client.Websocket/Responses/Books/OrderBookPartialResponse.cs#L32
Dereference of a possibly null reference.
|
build:
src/Binance.Client.Websocket/Responses/Books/OrderBookPartialResponse.cs#L33
Dereference of a possibly null reference.
|
build:
src/Binance.Client.Websocket/Files/BinanceFileCommunicator.cs#L27
Nullability of reference types in type of parameter 'value' of 'void BinanceFileCommunicator.Name.set' doesn't match implicitly implemented member 'void IWebsocketClient.Name.set' (possibly because of nullability attributes).
|
build:
src/Binance.Client.Websocket/Files/BinanceFileCommunicator.cs#L32
Nullability of reference types in type of parameter 'value' of 'void BinanceFileCommunicator.MessageEncoding.set' doesn't match implicitly implemented member 'void IWebsocketClient.MessageEncoding.set' (possibly because of nullability attributes).
|
build:
src/Binance.Client.Websocket/Json/ArrayConverter.cs#L21
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Binance.Client.Websocket/Json/ArrayConverter.cs#L98
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Binance.Client.Websocket/Json/BinanceStringEnumConverter.cs#L15
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Binance.Client.Websocket/Json/UnixDateTimeConverter.cs#L27
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Binance.Client.Websocket/Websockets/BinanceWebsocketCommunicator.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build:
src/Binance.Client.Websocket/Websockets/BinanceWebsocketCommunicator.cs#L19
Cannot convert null literal to non-nullable reference type.
|
build:
src/Binance.Client.Websocket/Subscriptions/SimpleSubscriptionBase.cs#L19
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Binance.Client.Websocket/Json/ArrayConverter.cs#L25
Possible null reference argument for parameter 'result' in 'object ArrayConverter.ParseObject(JArray arr, object result, Type objectType)'.
|