Skip to content

feat: add new hotel #21

feat: add new hotel

feat: add new hotel #21

Triggered via push August 15, 2024 17:00
Status Success
Total duration 47s
Artifacts

workflow.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/
build: 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.
build: 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.
build: CorporateHotel/HotelManagement/Infrastructure/HotelController.cs#L24
The variable 'e' is declared but never used
build: 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.
build: 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.
build: 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.
build: 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.
build: CorporateHotel/HotelManagement/Infrastructure/HotelController.cs#L24
The variable 'e' is declared but never used
build: 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.
build: 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.