Fix from string with correct endians (#13409) #48
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v3, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Initialize CodeQL
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Build project:
WalletWasabi.Fluent.Generators/Abstractions/GeneratorStep.cs#L12
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
WalletWasabi/Helpers/Result.cs#L90
'Result<TError>.Fail(TError)' hides inherited member 'Result<Unit, TError>.Fail(TError)'. Use the new keyword if hiding was intended.
|
Build project:
WalletWasabi/BitcoinCore/CoreNode.cs#L25
Non-nullable property 'P2pNode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
WalletWasabi/Crypto/StrobeProtocol/StrobeHasherExtensions.cs#L24
Possible null reference argument for parameter 'str' in 'StrobeHasher StrobeHasher.Append(string fieldName, string str)'.
|
Build project:
WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L96
Possible null reference argument for parameter 'value' in 'string? Extensions.Value<string>(IEnumerable<JToken> value)'.
|
Build project:
WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L97
Possible null reference argument for parameter 'value' in 'string? Extensions.Value<string>(IEnumerable<JToken> value)'.
|
Build project:
WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L96
Possible null reference argument for parameter 'errorCode' in 'PayjoinReceiverException.PayjoinReceiverException(int httpCode, string errorCode, string message)'.
|
Build project:
WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L97
Possible null reference argument for parameter 'message' in 'PayjoinReceiverException.PayjoinReceiverException(int httpCode, string errorCode, string message)'.
|
Build project:
WalletWasabi/BuyAnything/BuyAnythingManager.cs#L132
Dereference of a possibly null reference.
|
Build project:
WalletWasabi/BuyAnything/BuyAnythingManager.cs#L242
Dereference of a possibly null reference.
|
Loading