Skip to content

Convert Json.NET to System.Text.Json #102

Convert Json.NET to System.Text.Json

Convert Json.NET to System.Text.Json #102

Triggered via pull request January 22, 2025 07:10
@cuongph87cuongph87
synchronize #20
Status Failure
Total duration 2m 26s
Artifacts

pack_and_test.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
pack_and_test
Process completed with exit code 1.
pack_and_test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pack_and_test: StellarDotnetSdk/Responses/Operations/ChangeTrustOperationResponse.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
pack_and_test: StellarDotnetSdk/WebAuthentication.cs#L163
Possible null reference argument for parameter 'network' in 'void TransactionBase.Sign(IAccountId signer, Network network)'.
pack_and_test: StellarDotnetSdk/EventSources/ServerSentErrorEventArgs.cs#L20
Non-nullable property 'Exception' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
pack_and_test: StellarDotnetSdk/WebAuthentication.cs#L337
Possible null reference argument for parameter 'network' in 'bool WebAuthentication.ValidateSignedBy(Transaction transaction, string accountId, Network network)'.
pack_and_test: StellarDotnetSdk/HashCode.cs#L11
A possible null value may not be used for a type marked with
pack_and_test: StellarDotnetSdk/Responses/TransactionResponse.cs#L173
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
pack_and_test: StellarDotnetSdk/Responses/TransactionResponse.cs#L176
Non-nullable property 'Effects' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
pack_and_test: StellarDotnetSdk/Responses/TransactionResponse.cs#L179
Non-nullable property 'Ledger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
pack_and_test: StellarDotnetSdk/Responses/TransactionResponse.cs#L182
Non-nullable property 'Operations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
pack_and_test: StellarDotnetSdk/Responses/TransactionResponse.cs#L185
Non-nullable property 'Precedes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
pack_and_test: StellarDotnetSdk.Tests/Accounts/AccountTest.cs#L13
Converting null literal or possible null value to non-nullable type.
pack_and_test: StellarDotnetSdk.Tests/Accounts/AccountTest.cs#L13
Cannot convert null literal to non-nullable reference type.
pack_and_test: StellarDotnetSdk.Tests/MemoTest.cs#L41
Converting null literal or possible null value to non-nullable type.
pack_and_test: StellarDotnetSdk.Tests/MemoTest.cs#L41
Cannot convert null literal to non-nullable reference type.
pack_and_test: StellarDotnetSdk.Tests/MemoTest.cs#L61
Converting null literal or possible null value to non-nullable type.
pack_and_test: StellarDotnetSdk.Tests/MemoTest.cs#L61
Cannot convert null literal to non-nullable reference type.
pack_and_test: StellarDotnetSdk.Tests/SignedPayloadSignerTest.cs#L13
Converting null literal or possible null value to non-nullable type.
pack_and_test: StellarDotnetSdk.Tests/SignedPayloadSignerTest.cs#L13
Cannot convert null literal to non-nullable reference type.
pack_and_test: StellarDotnetSdk.Tests/SorobanAuthorizationTest.cs#L54
Cannot convert null literal to non-nullable reference type.
pack_and_test: StellarDotnetSdk.Tests/SorobanAuthorizationTest.cs#L81
Cannot convert null literal to non-nullable reference type.