Update README.md #17
Annotations
10 warnings
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/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/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.
|
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.
|