Skip to content

Update README.md

Update README.md #78

Triggered via push March 2, 2024 08:33
Status Success
Total duration 43s
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/User.cs#L28
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/User.cs#L29
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/User.cs#L30
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/User.cs#L31
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/User.cs#L32
Non-nullable property 'Iban' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/User.cs#L33
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/User.cs#L34
Non-nullable property 'IsActive' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExpenseApplication/Schemes/Dtos/User.cs#L35
Non-nullable property 'LastActivityDateTime' 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.