Skip to content

update FE contracts and recognition refactoring #3

update FE contracts and recognition refactoring

update FE contracts and recognition refactoring #3

Triggered via push September 28, 2025 16:11
Status Failure
Total duration 32s
Artifacts
Fit to window
Zoom out
Zoom in

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/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/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.