Skip to content

Fix Application layer DI #3

Fix Application layer DI

Fix Application layer DI #3

Triggered via push August 26, 2024 03:27
Status Success
Total duration 39s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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
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/
build: src/Application/Interfaces/IFinancialService.cs#L15
Cannot convert null literal to non-nullable reference type.
build: src/Infrastructure/Services/PlaidService.cs#L69
Cannot convert null literal to non-nullable reference type.
build: src/Application/Features/Financial/Commands/LoadTransactionsCommand.cs#L37
Cannot convert null literal to non-nullable reference type.
build: 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.
build: 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.
build: 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.
build: src/Infrastructure/Settings/GitHubSettings.cs#L11
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Infrastructure/Settings/GitHubSettings.cs#L12
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Infrastructure/Settings/GitHubSettings.cs#L13
Non-nullable property 'StateSecretKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Infrastructure/Settings/GitHubSettings.cs#L14
Non-nullable property 'DefaultAccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.