Skip to content

feat & refactor (Invite) (Notification) : Avoid double invitation and refactor email into notification interfaces #70

feat & refactor (Invite) (Notification) : Avoid double invitation and refactor email into notification interfaces

feat & refactor (Invite) (Notification) : Avoid double invitation and refactor email into notification interfaces #70

Triggered via pull request June 4, 2024 00:10
Status Success
Total duration 50s
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
Dereference of a possibly null reference.
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/Category.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/Category.cs#L11
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/Category.cs#L14
Non-nullable field 'Products' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
builds: LivlReviews.Domain/StockManager.cs#L30
Dereference of a possibly null reference.
builds: LivlReviews.Domain/StockManager.cs#L30
Possible null reference assignment.