Skip to content

Develop

Develop #11

Triggered via pull request June 23, 2024 20:09
Status Success
Total duration 47s
Artifacts

build-and-test.yml

on: pull_request
build-and-test
38s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/TABP.Domain/Models/RoomForManagement.cs#L7
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/TABP.Domain/Models/HotelSearchResult.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/TABP.Domain/Models/HotelForManagement.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/TABP.Domain/Models/HotelForManagement.cs#L10
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/TABP.Domain/Models/CityForManagement.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/TABP.Domain/Models/CityForManagement.cs#L7
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/TABP.Domain/Models/CityForManagement.cs#L8
Non-nullable property 'PostOffice' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/TABP.Domain/Entities/User.cs#L5
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/TABP.Domain/Entities/User.cs#L6
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/TABP.Domain/Entities/User.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.