add/remove access items in save budget command #14
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/Application/Interfaces/IFinancialService.cs#L15
Cannot convert null literal to non-nullable reference type.
|
src/Infrastructure/Services/PlaidService.cs#L69
Cannot convert null literal to non-nullable reference type.
|
src/Application/Features/Financial/Commands/LoadTransactionsCommand.cs#L26
Cannot convert null literal to non-nullable reference type.
|
src/Domain/Seedwork/AuditableEntity.cs#L11
Non-nullable property 'CreatedByUserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Domain/Seedwork/AuditableEntity.cs#L13
Non-nullable property 'ModifiedByUserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Application/Features/Financial/Commands/UpdateBudgetCategoryCommand.cs#L13
Parameter 'logger' is unread.
|
src/Application/Features/ContentManagement/Models/WordPressContent.cs#L11
Non-nullable property 'Pages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Application/Features/ContentManagement/Models/WordPressContent.cs#L12
Non-nullable property 'Posts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Application/Features/ContentManagement/Models/WordPressContent.cs#L13
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Application/Features/ContentManagement/Models/WordPressContent.cs#L14
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading