update FE contracts and recognition refactoring #3
Annotations
5 errors and 6 warnings
|
build
Process completed with exit code 1.
|
|
build:
src/Laraue.Apps.RealEstate.Db/AdvertisementsDbContext.cs#L26
The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/Laraue.Apps.RealEstate.Db/Models/AdvertisementImage.cs#L18
The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/Laraue.Apps.RealEstate.Db/AdvertisementsDbContext.cs#L26
The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/Laraue.Apps.RealEstate.Db/Models/AdvertisementImage.cs#L18
The type or namespace name 'Image' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/Laraue.Apps.RealEstate.Crawling.Abstractions/Contracts/Advertisement.cs#L64
Non-nullable property 'ImageLinks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Laraue.Apps.RealEstate.Abstractions/Extensions/AdvertisementDtoExtensions.cs#L67
Unreachable code detected
|
|
build:
src/Laraue.Apps.RealEstate.Abstractions/MainChartDayItemDto.cs#L7
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Laraue.Apps.RealEstate.Crawling.Abstractions/Contracts/Advertisement.cs#L64
Non-nullable property 'ImageLinks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Laraue.Apps.RealEstate.Abstractions/Extensions/AdvertisementDtoExtensions.cs#L67
Unreachable code detected
|
|
build:
src/Laraue.Apps.RealEstate.Abstractions/MainChartDayItemDto.cs#L7
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|