Skip to content

Update README.md

Update README.md #31

Triggered via push August 3, 2024 14:12
Status Success
Total duration 45s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: HouseRentingSystem/HouseRentingSystem.Services/Houses/IHouseService.cs#L8
Cannot convert null literal to non-nullable reference type.
build: HouseRentingSystem/HouseRentingSystem.Services/Houses/IHouseService.cs#L9
Cannot convert null literal to non-nullable reference type.
build: HouseRentingSystem/HouseRentingSystem.Services/Houses/HouseService.cs#L53
Cannot convert null literal to non-nullable reference type.
build: HouseRentingSystem/HouseRentingSystem.Services/Houses/HouseService.cs#L54
Cannot convert null literal to non-nullable reference type.
build: HouseRentingSystem/HouseRentingSystem.Services/Agents/Models/AgentServiceModel.cs#L5
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HouseRentingSystem/HouseRentingSystem.Services/Agents/Models/AgentServiceModel.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HouseRentingSystem/HouseRentingSystem.Services/Agents/Models/AgentServiceModel.cs#L7
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HouseRentingSystem/HouseRentingSystem.Services/Houses/Models/HouseServiceModel.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HouseRentingSystem/HouseRentingSystem.Services/Houses/Models/HouseServiceModel.cs#L11
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HouseRentingSystem/HouseRentingSystem.Services/Houses/Models/HouseServiceModel.cs#L14
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.