Skip to content

refactor(review/request): notification review received and tell don't ask #84

refactor(review/request): notification review received and tell don't ask

refactor(review/request): notification review received and tell don't ask #84

Triggered via pull request June 4, 2024 21:38
Status Success
Total duration 41s
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/Entities/Request.cs#L8
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#L8
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#L8
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#L8
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#L8
Non-nullable property 'Admin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/StockManager.cs#L18
Possible null reference argument for parameter 'adminId' in 'bool IRequestInventory.IsRequestable(int productId, string adminId)'.
builds: LivlReviews.Domain/Entities/Category.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.