Merge pull request #11492 from ichthus1604/UI-Decoupling42 #31
Annotations
10 warnings
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/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)'.
|
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/WebClients/BlockchainInfo/BlockchainInfoExchangeRateProvider.cs#L40
Non-nullable property 'USD' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
WalletWasabi/Affiliation/Serialization/AffiliationCoordinatorFeeRateJsonConverter.cs#L37
Dereference of a possibly null reference.
|
Analyze (csharp):
WalletWasabi/BitcoinCore/Rpc/RpcParser.cs#L77
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.
|