Skip to content

Fix tcp users (#23) #240

Fix tcp users (#23)

Fix tcp users (#23) #240

Triggered via push September 24, 2024 19:58
Status Failure
Total duration 1m 1s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build-and-test
Process completed with exit code 1.
nuget
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-and-test
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-and-test: Iggy_SDK/Configuration/TlsConfiguration.cs#L6
Non-nullable property 'Hostname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: Iggy_SDK/JsonConfiguration/AuthResponseConverter.cs#L22
Possible null reference argument for parameter 'Token' in 'TokenInfo.TokenInfo(string Token, DateTimeOffset Expiry)'.
build-and-test: Iggy_SDK/JsonConfiguration/TopicResponseConverter.cs#L26
Dereference of a possibly null reference.
build-and-test: Iggy_SDK/JsonConfiguration/TopicResponseConverter.cs#L101
Dereference of a possibly null reference.
build-and-test: Iggy_SDK/Configuration/TlsConfiguration.cs#L6
Non-nullable property 'Hostname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: Iggy_SDK/IggyClient/Implementations/TcpMessageStream.cs#L1055
Cannot convert null literal to non-nullable reference type.
build-and-test: Iggy_SDK/IggyClient/Implementations/TcpMessageStream.cs#L1173
Cannot convert null literal to non-nullable reference type.
build-and-test: Iggy_SDK/JsonConfiguration/StreamResponseConverter.cs#L19
Dereference of a possibly null reference.
build-and-test: Iggy_SDK/JsonConfiguration/AuthResponseConverter.cs#L22
Possible null reference argument for parameter 'Token' in 'TokenInfo.TokenInfo(string Token, DateTimeOffset Expiry)'.
build-and-test: Iggy_SDK/JsonConfiguration/StatsResponseConverter.cs#L21
Dereference of a possibly null reference.