Skip to content

Improved email

Improved email #264

Triggered via push July 4, 2024 13:18
Status Success
Total duration 46s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: src/Domain/Entities/Folder.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/Domain/Entities/Folder.cs#L19
Non-nullable property 'Color' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/Domain/Entities/Folder.cs#L23
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/Domain/Entities/Folder.cs#L26
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/Domain/Entities/Folder.cs#L30
Non-nullable property 'LastModified' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/Application/Services/UserService.cs#L86
The variable 'e' is declared but never used
test: src/Application/Services/UserService.cs#L96
The variable 'e' is declared but never used
test: src/Application/Services/UserService.cs#L108
The variable 'e' is declared but never used
test: 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.
test: src/Application/Services/ProductService.cs#L14
Parameter 'IProductRepository productRepository' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.