Skip to content

Tg/feat/show only product that is requestable #72

Tg/feat/show only product that is requestable

Tg/feat/show only product that is requestable #72

Triggered via pull request June 4, 2024 00:34
Status Success
Total duration 36s
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/StockManager.cs#L17
Possible null reference argument for parameter 'adminId' in 'bool IRequestInventory.IsRequestable(int productId, string adminId)'.
builds: LivlReviews.Domain/StockManager.cs#L30
Dereference of a possibly null reference.
builds: LivlReviews.Domain/StockManager.cs#L30
Possible null reference assignment.
builds: LivlReviews.Domain/Models/Pagination.cs#L17
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Models/Pagination.cs#L18
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/InvitationToken.cs#L13
Non-nullable property 'InvitedByUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/InvitationToken.cs#L14
Non-nullable property 'InvitedUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.