Update README.md #49
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 uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, 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:
ExpenseTracker.Domain/Entities/Track.cs#L9
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseTracker.Domain/Entities/Category.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseTracker.Domain/Entities/Category.cs#L9
Non-nullable property 'Color' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseTracker.Domain/Entities/Report.cs#L8
Non-nullable property 'Breakdown' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseTracker.Application/Dtos/ReportDto.cs#L24
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseTracker.Application/Dtos/ReportDto.cs#L13
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseTracker.Application/Dtos/ReportDto.cs#L15
Non-nullable property 'Tracks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseTracker.Application/Dtos/ReportDto.cs#L5
Non-nullable property 'Start' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseTracker.Application/Dtos/ReportDto.cs#L6
Non-nullable property 'End' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ExpenseTracker.Application/Dtos/ReportDto.cs#L8
Non-nullable property 'Breakdown' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|