Skip to content

Update README.md

Update README.md #80

Triggered via push March 2, 2024 08:34
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: ExpenseApplication/Schemes/Dtos/Report.cs#L68
Non-nullable property 'ApprovedPercentage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/Report.cs#L73
Non-nullable property 'Expenses' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Token/JwtConfig.cs#L5
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Token/JwtConfig.cs#L6
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Token/JwtConfig.cs#L7
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/Report.cs#L49
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/Report.cs#L50
Non-nullable property 'StartDate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/Report.cs#L51
Non-nullable property 'EndDate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/Report.cs#L55
Non-nullable property 'PersonnelExpenseFrequencies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/Report.cs#L40
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.