Skip to content

Update README.md

Update README.md #10

Triggered via push June 21, 2024 19:39
Status Success
Total duration 53s
Artifacts
build-and-test
44s
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.