add strongly typed options #4
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#L37
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 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 declaring the property as nullable.
|
build:
src/Domain/Data/BillTracking.cs#L20
Non-nullable property 'CreatedByUserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Domain/Data/BillTracking.cs#L22
Non-nullable property 'ModifiedByUserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Domain/Data/UnitType.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Domain/Data/UnitType.cs#L16
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Domain/Data/UnitType.cs#L21
Non-nullable property 'PerUnit' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|