Skip to content

feat(email-request): send an email to the admin when an user ask for … #79

feat(email-request): send an email to the admin when an user ask for …

feat(email-request): send an email to the admin when an user ask for … #79

Triggered via pull request June 4, 2024 13:33
Status Success
Total duration 44s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
builds
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
builds
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
builds: LivlReviews.Domain/Entities/Review.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/Review.cs#L9
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/Review.cs#L15
Non-nullable property 'Request' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/StockManager.cs#L17
Possible null reference argument for parameter 'adminId' in 'bool IRequestInventory.IsRequestable(int productId, string adminId)'.
builds: LivlReviews.Domain/Entities/Request.cs#L10
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/Request.cs#L11
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/Request.cs#L14
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/Request.cs#L16
Non-nullable property 'AdminId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/Request.cs#L17
Non-nullable property 'Admin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/ProductStock.cs#L6
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.