Skip to content

made user model of RefreshResult changable #33

made user model of RefreshResult changable

made user model of RefreshResult changable #33

Triggered via push January 14, 2024 16:17
Status Success
Total duration 30s
Artifacts
build-and-publish
20s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-publish
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/
build-and-publish: SkiServiceModels/Models/RefreshResult.cs#L13
Non-nullable property 'TokenData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Models/RefreshResult.cs#L15
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/DTOs/TokenData.cs#L10
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/DTOs/ErrorData.cs#L13
Non-nullable property 'MessageCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/DTOs/Responses/UserResponse.cs#L12
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/DTOs/Responses/StateResponse.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/DTOs/Responses/ServiceResponse.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/DTOs/Responses/ServiceResponse.cs#L11
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/DTOs/Responses/PriorityResponse.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/DTOs/Requests/RefreshRequest.cs#L9
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.