Skip to content

Additional changes for Protocol 22 #94

Additional changes for Protocol 22

Additional changes for Protocol 22 #94

Triggered via pull request November 12, 2024 13:29
@cuongph87cuongph87
synchronize #36
Status Success
Total duration 2m 22s
Artifacts

pack_and_test.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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/WebAuthentication.cs#L337
Possible null reference argument for parameter 'network' in 'bool WebAuthentication.ValidateSignedBy(Transaction transaction, string accountId, Network network)'.
pack_and_test: StellarDotnetSdk/WebAuthentication.cs#L430
Possible null reference argument for parameter 'network' in 'ICollection<string> WebAuthentication.VerifyTransactionSignatures(Transaction transaction, IEnumerable<string> signers, Network network)'.
pack_and_test: StellarDotnetSdk/WebAuthentication.cs#L501
Possible null reference argument for parameter 'network' in 'bool WebAuthentication.ValidateSignedBy(Transaction transaction, string accountId, Network network)'.
pack_and_test: StellarDotnetSdk/Transactions/TransactionBase.cs#L55
Possible null reference argument for parameter 'network' in 'byte[] TransactionBase.SignatureBase(Network network)'.
pack_and_test: StellarDotnetSdk/Transactions/TransactionBase.cs#L64
Possible null reference argument for parameter 'network' in 'void TransactionBase.Sign(IAccountId signer, Network network)'.
pack_and_test: StellarDotnetSdk/Transactions/TransactionBase.cs#L171
Possible null reference argument for parameter 'network' in 'byte[] TransactionBase.Hash(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/HashCode.cs#L11
A possible null value may not be used for a type marked with
pack_and_test: StellarDotnetSdk/Requests/UriTemplate.cs#L34
Possible null reference assignment.
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/Utils.cs#L56
Possible null reference argument for parameter 'relativeTo' in 'string Path.GetRelativePath(string relativeTo, string path)'.
pack_and_test: StellarDotnetSdk.Tests/Utils.cs#L56
Possible null reference argument for parameter 'path' in 'string Path.GetRelativePath(string relativeTo, string path)'.
pack_and_test: StellarDotnetSdk.Tests/WebAuthenticationTest.cs#L130
'WebAuthentication.VerifyChallengeTransaction(Transaction, string, string, string, Network?, DateTimeOffset?)' is obsolete: 'Use VerifyChallengeTransactionThreshold and VerifyChallengeTransactionSigners'
pack_and_test: StellarDotnetSdk.Tests/WebAuthenticationTest.cs#L151
'WebAuthentication.VerifyChallengeTransaction(Transaction, string, string, string, Network?, DateTimeOffset?)' is obsolete: 'Use VerifyChallengeTransactionThreshold and VerifyChallengeTransactionSigners'