Skip to content

possible fix

possible fix #4

Triggered via push November 29, 2023 11:10
Status Success
Total duration 24s
Artifacts
build-and-publish
16s
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/State.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/DTOs/TokenData.cs#L8
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/DTOs/Responses/UserResponse.cs#L11
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Service.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Service.cs#L15
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/StateResponse.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Priority.cs#L12
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#L7
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 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/DTOs/Responses/PriorityResponse.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.