feat: add new hotel #21
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CorporateHotel/HotelManagement/Infrastructure/Persistence/Config/MongoDBSettings.cs#L5
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CorporateHotel/HotelManagement/Infrastructure/Persistence/Config/MongoDBSettings.cs#L6
Non-nullable property 'DatabaseName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CorporateHotel/HotelManagement/Infrastructure/HotelController.cs#L24
The variable 'e' is declared but never used
|
CorporateHotel.Tests/Acceptance/Config/MongoDbFixture.cs#L8
Non-nullable field 'MongoDbContainer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CorporateHotel.Tests/Acceptance/Config/MongoDbFixture.cs#L9
Non-nullable field 'Database' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CorporateHotel/HotelManagement/Infrastructure/Persistence/Config/MongoDBSettings.cs#L5
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CorporateHotel/HotelManagement/Infrastructure/Persistence/Config/MongoDBSettings.cs#L6
Non-nullable property 'DatabaseName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CorporateHotel/HotelManagement/Infrastructure/HotelController.cs#L24
The variable 'e' is declared but never used
|
CorporateHotel.Tests/Acceptance/Config/MongoDbFixture.cs#L8
Non-nullable field 'MongoDbContainer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CorporateHotel.Tests/Acceptance/Config/MongoDbFixture.cs#L9
Non-nullable field 'Database' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading