Skip to content

Added extension header #82

Added extension header

Added extension header #82

Triggered via push March 14, 2024 13:18
Status Success
Total duration 2m 59s
Artifacts

deploy.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, azure/webapps-deploy@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy: src/Domain/Entities/Folder.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/Domain/Entities/Folder.cs#L17
Non-nullable property 'Color' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/Domain/Entities/Folder.cs#L20
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/Domain/Entities/Folder.cs#L22
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/Domain/Entities/Folder.cs#L25
Non-nullable property 'LastModified' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: src/Application/Services/UserService.cs#L86
The variable 'e' is declared but never used
deploy: src/Application/Services/UserService.cs#L96
The variable 'e' is declared but never used
deploy: src/Application/Services/UserService.cs#L108
The variable 'e' is declared but never used
deploy: src/Application/BackgroundServices/DeleteBooksOfDowngradedAccounts.cs#L119
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
deploy: src/Application/Managers/BookLocalStorageManager.cs#L51
The variable '_' is declared but never used