Skip to content

feat(user): user invitation #34

feat(user): user invitation

feat(user): user invitation #34

Triggered via pull request May 31, 2024 20:17
Status Success
Total duration 39s
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/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/Entities/User.cs#L7
Non-nullable property 'Id' 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/User.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/Product.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/Product.cs#L9
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/Product.cs#L10
Non-nullable property 'URL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Domain/Entities/Product.cs#L11
Non-nullable property 'VinerURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
builds: LivlReviews.Infra/Data/User.cs#L15
Possible null reference assignment.
builds: LivlReviews.Infra/Data/InvitationToken.cs#L11
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.