undo change #66
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/Plugins/Payments.IDPayIR/Services/IdPayIrHttpClient.cs#L208
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Plugins/Payments.IDPayIR/IDPayIRPaymentProvider.cs#L172
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Plugins/Payments.BahamtaIR/Models/ConfigurationModel.cs#L8
Non-nullable property 'StoreScope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Plugins/Payments.BahamtaIR/Models/ConfigurationModel.cs#L14
Non-nullable property 'BusinessEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Plugins/Payments.BahamtaIR/Models/ConfigurationModel.cs#L17
Non-nullable property 'ApiToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Plugins/Payments.BahamtaIR/Services/IBahamtaIrHttpClient.cs#L76
Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Plugins/Payments.BahamtaIR/Services/IBahamtaIrHttpClient.cs#L83
Non-nullable property 'OrderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Plugins/Payments.BahamtaIR/Services/IBahamtaIrHttpClient.cs#L87
Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Plugins/Payments.BahamtaIR/BahamtaIRPaymentSettings.cs#L8
Non-nullable property 'BusinessEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Plugins/Payments.BahamtaIR/BahamtaIRPaymentSettings.cs#L10
Non-nullable property 'ApiToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|