Skip to content

Modify seeder to have id for user #16

Modify seeder to have id for user

Modify seeder to have id for user #16

Triggered via push November 21, 2023 16:58
Status Success
Total duration 2m 9s
Billable time 2m
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, microsoft/variable-substitution@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy: API/Entities/WishList.cs#L8
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Entities/WishList.cs#L9
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Configurations/JwtConfig.cs#L5
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Configurations/JwtConfig.cs#L6
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Configurations/JwtConfig.cs#L7
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Entities/User.cs#L7
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Entities/Product.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Entities/Product.cs#L9
Non-nullable property 'Sku' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Entities/Product.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Entities/Product.cs#L15
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.