Skip to content

updated models to also support no-sql. disabled docker-publish for now #25

updated models to also support no-sql. disabled docker-publish for now

updated models to also support no-sql. disabled docker-publish for now #25

Triggered via push January 13, 2024 16:35
Status Success
Total duration 27s
Artifacts
build-and-publish
18s
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/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/Models/Base/UserBase.cs#L22
Cannot convert null literal to non-nullable reference type.
build-and-publish: SkiServiceModels/Models/Base/UserBase.cs#L12
Non-nullable property 'PasswordHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Models/Base/UserBase.cs#L14
Non-nullable property 'PasswordSalt' 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/Models/EF/Order.cs#L20
Non-nullable property 'Service' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Models/EF/Order.cs#L21
Non-nullable property 'Priority' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Models/EF/Order.cs#L22
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: SkiServiceModels/Models/BSON/User.cs#L12
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.