Fix tcp error response and get stats endpoint version-0.0.20 #194
Annotations
11 warnings
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:
Iggy_SDK/MessagesDispatcher/MessageSenderDispatcher.cs#L88
Dereference of a possibly null reference.
|
Build:
Iggy_SDK/Extensions/Extensions.cs#L39
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
Build:
Iggy_SDK/Extensions/Extensions.cs#L59
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
Build:
Iggy_SDK/JsonConfiguration/PersonAccessTokenResponseConverter.cs#L25
Possible null reference assignment.
|
Build:
Iggy_SDK/Headers/HeaderValue.cs#L146
Possible null reference return.
|
Build:
Iggy_SDK/IggyClient/Implementations/TcpMessageStream.cs#L380
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Iggy_SDK.Enums.StoreOffset)3' is not covered.
|
Build:
Iggy_SDK/IggyClient/Implementations/HttpMessageStream.cs#L255
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Iggy_SDK.Enums.StoreOffset)3' is not covered.
|
Build:
Iggy_SDK/IggyClient/Implementations/HttpMessageStream.cs#L326
The variable 'e' is declared but never used
|
Build:
Iggy_SDK/MessagesDispatcher/MessageSenderDispatcher.cs#L88
Dereference of a possibly null reference.
|
Build:
Iggy_SDK/Headers/HeaderValue.cs#L146
Possible null reference return.
|
Loading