[crypto] Refactor AuthenticationKey #9
Annotations
10 warnings
Aptos/Aptos.Transactions/Authenticator/AccountAuthenticatorSingleKey.cs#L11
Possible null reference argument for parameter 'publicKey' in 'bool PublicKey.IsSigningKey(PublicKey publicKey)'.
|
Aptos.Examples/Playground.cs#L8
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Aptos.Examples/Main.cs#L44
Dereference of a possibly null reference.
|
Aptos.Examples/Main.cs#L55
Dereference of a possibly null reference.
|
Aptos/Aptos.Transactions/Authenticator/AccountAuthenticatorSingleKey.cs#L11
Possible null reference argument for parameter 'publicKey' in 'bool PublicKey.IsSigningKey(PublicKey publicKey)'.
|
Aptos/Aptos.Transactions/Authenticator/AccountAuthenticatorSingleKey.cs#L11
Possible null reference argument for parameter 'publicKey' in 'bool PublicKey.IsSigningKey(PublicKey publicKey)'.
|
Aptos/Aptos.Transactions/Authenticator/AccountAuthenticatorSingleKey.cs#L11
Possible null reference argument for parameter 'publicKey' in 'bool PublicKey.IsSigningKey(PublicKey publicKey)'.
|
Aptos.Examples/Playground.cs#L8
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Aptos.Examples/Playground.cs#L8
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Aptos.Examples/Main.cs#L44
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading