Skip to content

refresh token implmented #27

refresh token implmented

refresh token implmented #27

Triggered via push May 1, 2023 13:59
Status Success
Total duration 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Presentation/Shared/Address/AddressDto.cs#L6
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Presentation/Shared/Response/Concrete/ApiResponse.cs#L6
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Presentation/Shared/Order/OrderOverviewResponse.cs#L8
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Presentation/Shared/Order/OrderOverviewResponse.cs#L9
Non-nullable property 'ProductImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Presentation/Shared/Order/OrderDto.cs#L6
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Presentation/Shared/Order/OrderDto.cs#L10
Non-nullable property 'OrderItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Presentation/Shared/Order/OrderDetailsResponse.cs#L7
Non-nullable property 'Products' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Presentation/Shared/Order/OrderDetailsProductResponse.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Presentation/Shared/Order/OrderDetailsProductResponse.cs#L7
Non-nullable property 'ProductType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Presentation/Shared/Order/OrderDetailsProductResponse.cs#L8
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.