Skip to content

[Blog] [Ajay]: Checkin progress on first blog #46

[Blog] [Ajay]: Checkin progress on first blog

[Blog] [Ajay]: Checkin progress on first blog #46

Triggered via push March 2, 2025 06:08
Status Success
Total duration 1m 21s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
build-and-deploy
1m 11s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build-and-deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-and-deploy: TestArena/Blog/Common/Section.razor#L4
Non-nullable property 'Heading' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TestArena/Blog/Common/List.razor#L4
Non-nullable property 'Heading' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TestArena/Blog/Common/Header.razor#L4
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TestArena/Blog/Common/Header.razor#L5
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TestArena/Blog/Common/Header.razor#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TestArena/Blog/Common/BlogContainer.razor#L2
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TestArena/Blog/Common/BlogImage.razor#L4
Non-nullable property 'ImagePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TestArena/Blog/Common/BlogImage.razor#L5
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.