Create build-and-test.yml #1
Annotations
10 warnings
build:
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:
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:
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.
|
build:
src/TABP.Domain/Entities/User.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TABP.Domain/Entities/Booking.cs#L8
Non-nullable property 'Guest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TABP.Domain/Entities/Booking.cs#L10
Non-nullable property 'Hotel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TABP.Domain/Entities/Amenity.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
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:
src/TABP.Domain/Entities/RoomClass.cs#L8
Non-nullable property 'Hotel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TABP.Domain/Entities/RoomClass.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|