Decompose tests (#13272) #46
Annotations
12 warnings
Analyze (csharp)
The following actions uses Node.js version which is deprecated 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 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/BitcoinCore/Rpc/RpcParser.cs#L77
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.
|
Analyze (csharp):
WalletWasabi/BitcoinCore/Rpc/RpcParser.cs#L89
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.
|
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/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/Blockchain/Transactions/TransactionFactory.cs#L111
Possible null reference argument for parameter 'amount' in 'TransactionBuilder TransactionBuilder.Send(IDestination destination, Money amount)'.
|
Analyze (csharp):
WalletWasabi/Blockchain/Transactions/TransactionFactory.cs#L229
Possible null reference argument for parameter 'changeHdPubKey' in 'PSBT TransactionFactory.TryNegotiatePayjoin(IPayjoinClient payjoinClient, TransactionBuilder builder, PSBT psbt, HdPubKey changeHdPubKey)'.
|
Analyze (csharp):
WalletWasabi/Blockchain/Transactions/TransactionFactory.cs#L302
Nullable value type may be null.
|