dumpbumpversion #157
Merged
dumpbumpversion #157
Annotations
10 warnings and 1 notice
|
WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L96
Possible null reference argument for parameter 'errorCode' in 'PayjoinReceiverException.PayjoinReceiverException(int httpCode, string errorCode, string message)'.
|
|
WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L97
Possible null reference argument for parameter 'value' in 'string? Extensions.Value<string>(IEnumerable<JToken> value)'.
|
|
WalletWasabi/WebClients/PayJoin/PayjoinClient.cs#L96
Possible null reference argument for parameter 'value' in 'string? Extensions.Value<string>(IEnumerable<JToken> value)'.
|
|
WalletWasabi/Rpc/JsonRpcService.cs#L80
Argument of type '(string? Name, Type ParameterType, bool IsOptional, object? DefaultValue)' cannot be used for parameter 'item' of type '(string name, Type type, bool isOptional, object defaultValue)' in 'void List<(string name, Type type, bool isOptional, object defaultValue)>.Add((string name, Type type, bool isOptional, object defaultValue) item)' due to differences in the nullability of reference types.
|
|
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 windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading