Skip to content

Add LedgerKeyClaimableBalance constructor that accepts a string #84

Add LedgerKeyClaimableBalance constructor that accepts a string

Add LedgerKeyClaimableBalance constructor that accepts a string #84

Triggered via pull request October 25, 2024 04:05
@cuongph87cuongph87
synchronize #33
Status Success
Total duration 2m 39s
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/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#L430
Possible null reference argument for parameter 'network' in 'ICollection<string> WebAuthentication.VerifyTransactionSignatures(Transaction transaction, IEnumerable<string> signers, 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/WebAuthentication.cs#L501
Possible null reference argument for parameter 'network' in 'bool WebAuthentication.ValidateSignedBy(Transaction transaction, string accountId, Network network)'.
pack_and_test: StellarDotnetSdk/Federation/FederationServer.cs#L22
Non-nullable field '_httpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
pack_and_test: StellarDotnetSdk/Requests/UriTemplate.cs#L34
Possible null reference assignment.
pack_and_test: StellarDotnetSdk/Requests/UriTemplate.cs#L69
Possible null reference argument for parameter 'parameters' in 'void UriTemplate.ProcessExpression(StringBuilder expression, StringBuilder result, IDictionary<string, object> parameters)'.
pack_and_test: StellarDotnetSdk/Responses/TransactionResponse.cs#L141
Non-nullable property 'PagingToken' 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/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'
pack_and_test: StellarDotnetSdk.Tests/WebAuthenticationTest.cs#L175
'WebAuthentication.VerifyChallengeTransaction(Transaction, string, string, string, Network?, DateTimeOffset?)' is obsolete: 'Use VerifyChallengeTransactionThreshold and VerifyChallengeTransactionSigners'
pack_and_test: StellarDotnetSdk.Tests/WebAuthenticationTest.cs#L197
'WebAuthentication.VerifyChallengeTransaction(Transaction, string, string, string, Network?, DateTimeOffset?)' is obsolete: 'Use VerifyChallengeTransactionThreshold and VerifyChallengeTransactionSigners'
pack_and_test: StellarDotnetSdk.Tests/WebAuthenticationTest.cs#L218
'WebAuthentication.VerifyChallengeTransaction(Transaction, string, string, string, Network?, DateTimeOffset?)' is obsolete: 'Use VerifyChallengeTransactionThreshold and VerifyChallengeTransactionSigners'
pack_and_test: StellarDotnetSdk.Tests/WebAuthenticationTest.cs#L239
'WebAuthentication.VerifyChallengeTransaction(Transaction, string, string, string, Network?, DateTimeOffset?)' is obsolete: 'Use VerifyChallengeTransactionThreshold and VerifyChallengeTransactionSigners'