Skip to content

Add Auditing

Add Auditing #13

Triggered via push September 1, 2024 03:32
Status Success
Total duration 2m 4s
Artifacts

ci.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/Application/Features/Financial/Commands/LoadTransactionsCommand.cs#L26
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/Domain/Data/BillTracking.cs#L16
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Domain/Data/BillTracking.cs#L18
Non-nullable property 'BillType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Domain/Responses/Plaid/Account.cs#L11
Non-nullable property 'account_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Domain/Responses/Plaid/Account.cs#L12
Non-nullable property 'balances' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Domain/Responses/Plaid/Account.cs#L13
Non-nullable property 'mask' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Domain/Responses/Plaid/Account.cs#L14
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Domain/Responses/Plaid/Account.cs#L15
Non-nullable property 'official_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.