Skip to content

[website] Firefox color fixes #88

[website] Firefox color fixes

[website] Firefox color fixes #88

Triggered via pull request May 25, 2023 13:43
Status Success
Total duration 11m 26s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): WalletWasabi/Backend/Models/Responses/VersionsResponse.cs#L7
Non-nullable property 'ClientVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/Backend/Models/Responses/VersionsResponse.cs#L11
Non-nullable property 'BackendMajorVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/Backend/Models/Responses/VersionsResponse.cs#L14
Non-nullable property 'Ww1LegalDocumentsVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/Backend/Models/Responses/VersionsResponse.cs#L16
Non-nullable property 'Ww2LegalDocumentsVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClientParameters.cs#L7
Non-nullable property 'MaxAdditionalFeeContribution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClientParameters.cs#L8
Non-nullable property 'MinFeeRate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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)'.