Skip to content

fixed default types for simpler usage #20

fixed default types for simpler usage

fixed default types for simpler usage #20

Triggered via push December 26, 2023 12:23
Status Success
Total duration 40s
Artifacts
build-and-publish
31s
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/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/Models/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#L10
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Models/Order.cs#L19
Non-nullable property 'Service' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Models/Order.cs#L20
Non-nullable property 'Priority' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Models/Order.cs#L21
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Models/Order.cs#L24
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Models/Order.cs#L27
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Models/Order.cs#L30
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Models/Service.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.