Bump Microsoft.Extensions.Options.DataAnnotations from 7.0.0 to 9.0.0 #149
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
RechargeSharp.Entities/Utilities/PaymentTypeConverter.cs#L10
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
RechargeSharp.Entities/Utilities/PaymentTypeConverter.cs#L25
Nullability of type of parameter 'untypedValue' doesn't match overridden member (possibly because of nullability attributes).
|
RechargeSharp.Entities/Utilities/ProcessorNameConverter.cs#L10
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
RechargeSharp.Entities/Utilities/ProcessorNameConverter.cs#L25
Nullability of type of parameter 'untypedValue' doesn't match overridden member (possibly because of nullability attributes).
|
RechargeSharp.Entities/Utilities/ProcessorNameConverter.cs#L14
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
|
RechargeSharp.Entities/Utilities/ProcessorNameConverter.cs#L12
Possible null reference return.
|
RechargeSharp.Entities/Utilities/PaymentTypeConverter.cs#L14
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
|
RechargeSharp.Entities/Utilities/PaymentTypeConverter.cs#L12
Possible null reference return.
|
RechargeSharp.Entities/Entities/Checkouts/CheckoutErrorResponse.cs#L14
Non-nullable property 'Payment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RechargeSharp.Entities/Entities/Checkouts/CheckoutErrorResponse.cs#L8
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading