[WIP] More changes to ensure easier deterministic builds #154
Annotations
1 error, 10 warnings, and 1 notice
|
|
|
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.
|
|
WalletWasabi/BitcoinCore/CoreNode.cs#L25
Non-nullable property 'Bridge' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
WalletWasabi/BitcoinCore/Rpc/RpcParser.cs#L89
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.
|
|
WalletWasabi/BitcoinCore/Rpc/RpcParser.cs#L77
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.
|
|
WalletWasabi/WebClients/PayJoin/PayjoinClientParameters.cs#L8
Non-nullable property 'MinFeeRate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
WalletWasabi/WebClients/PayJoin/PayjoinClientParameters.cs#L7
Non-nullable property 'MaxAdditionalFeeContribution' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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.
|
|
WalletWasabi.Fluent.Generators/Generators/AutoNotifyGenerator.cs#L216
The behavior of 'string.ToUpper()' could vary based on the current user's locale settings. Replace this call in 'AutoNotifyGenerator.ProcessField(StringBuilder, IFieldSymbol, ISymbol)' with a call to 'string.ToUpper(CultureInfo)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1304)
|
|
WalletWasabi.Fluent.Generators/Generators/AutoNotifyGenerator.cs#L213
The behavior of 'string.ToUpper()' could vary based on the current user's locale settings. Replace this call in 'AutoNotifyGenerator.ProcessField(StringBuilder, IFieldSymbol, ISymbol)' with a call to 'string.ToUpper(CultureInfo)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1304)
|
|
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.
|
|
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
The logs for this run have expired and are no longer available.
Loading