Skip to content

Downgrade to Avalonia 11.0.999-cibuild0044755-beta (#13342) #47

Downgrade to Avalonia 11.0.999-cibuild0044755-beta (#13342)

Downgrade to Avalonia 11.0.999-cibuild0044755-beta (#13342) #47

Triggered via push August 23, 2024 19:23
Status Success
Total duration 6m 17s
Artifacts

codeql.yml

on: push
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Analyze (csharp)
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/
Analyze (csharp)
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/
Analyze (csharp): 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.
Analyze (csharp): WalletWasabi/Helpers/Result.cs#L87
'Result<TError>.Fail(TError)' hides inherited member 'Result<Unit, TError>.Fail(TError)'. Use the new keyword if hiding was intended.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L96
Possible null reference argument for parameter 'value' in 'string? Extensions.Value<string>(IEnumerable<JToken> value)'.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L97
Possible null reference argument for parameter 'value' in 'string? Extensions.Value<string>(IEnumerable<JToken> value)'.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L96
Possible null reference argument for parameter 'errorCode' in 'PayjoinReceiverException.PayjoinReceiverException(int httpCode, string errorCode, string message)'.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L97
Possible null reference argument for parameter 'message' in 'PayjoinReceiverException.PayjoinReceiverException(int httpCode, string errorCode, string message)'.
Analyze (csharp): WalletWasabi/Wallets/Wallet.cs#L34
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): WalletWasabi/WabiSabi/WabiSabiCoordinator.cs#L173
Dereference of a possibly null reference.
Analyze (csharp): WalletWasabi/Crypto/StrobeProtocol/StrobeHasherExtensions.cs#L24
Possible null reference argument for parameter 'str' in 'StrobeHasher StrobeHasher.Append(string fieldName, string str)'.
Analyze (csharp): 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.