Skip to content

Add addresses crud ui #23

Add addresses crud ui

Add addresses crud ui #23

Triggered via push November 27, 2023 15:50
Status Success
Total duration 1m 57s
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/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/Configurations/AwsConfig.cs#L5
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Configurations/AwsConfig.cs#L6
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Configurations/AwsConfig.cs#L7
Non-nullable property 'BucketName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Configurations/AwsConfig.cs#L8
Non-nullable property 'DistributionDomainName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/Configurations/AwsConfig.cs#L9
Non-nullable property 'DistributionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/DTOs/Requests/UpdateCategoryDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: API/DTOs/Responses/TokenResult.cs#L5
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.