Add env production to build #1
Annotations
12 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Infrastructure/Services/PlaidService.cs#L69
Cannot convert null literal to non-nullable reference type.
|
src/Application/Features/Financial/Commands/LoadTransactionsCommand.cs#L37
Cannot convert null literal to non-nullable reference type.
|
src/Application/Interfaces/IFinancialService.cs#L15
Cannot convert null literal to non-nullable reference type.
|
src/Infrastructure/Settings/PlaidSettings.cs#L11
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Infrastructure/Settings/PlaidSettings.cs#L12
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Infrastructure/Settings/PlaidSettings.cs#L13
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Infrastructure/Settings/AzureStorageSettings.cs#L11
Non-nullable property 'AccountKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Infrastructure/Settings/AzureStorageSettings.cs#L12
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Application/Features/Merchants/Queries/GetProductQuery.cs#L24
Parameter 'claimsPrincipalAccessor' is unread.
|
src/Application/Features/Merchants/Queries/GetProductQuery.cs#L25
Parameter 'blobServiceClient' is unread.
|
The logs for this run have expired and are no longer available.
Loading