Skip to content

Improved email messages #255

Improved email messages

Improved email messages #255

Triggered via push February 22, 2024 16:03
Status Success
Total duration 1m 5s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
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/.
test: 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.
test: 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.
test: 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.
test: 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.
test: 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.
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.
test: src/Application/Managers/BookLocalStorageManager.cs#L51
The variable '_' is declared but never used
test: src/Application/Services/UserService.cs#L85
The variable 'e' is declared but never used
test: src/Application/Services/UserService.cs#L95
The variable 'e' is declared but never used
test: src/Application/Services/UserService.cs#L107
The variable 'e' is declared but never used