Skip to content

✨ Add zoom on hover to home page's thumbnails #178

✨ Add zoom on hover to home page's thumbnails

✨ Add zoom on hover to home page's thumbnails #178

Triggered via push August 23, 2025 20:11
Status Success
Total duration 1m 54s
Artifacts
build-and-deploy
1m 51s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-deploy: TestArena/Blog/Common/Header.razor#L7
Non-nullable property 'Authors' 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#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/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/AI/OpenAI/Index.razor#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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/TextDecorators/FileRef.razor#L9
Non-nullable property 'FilePath' 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/TextDecorators/FileRef.razor#L6
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TestArena/Pages/ErrorTest.razor#L82
Dereference of a possibly null reference.
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.