Skip to content

✨ Added 'WritingGoodTests' article #187

✨ Added 'WritingGoodTests' article

✨ Added 'WritingGoodTests' article #187

Triggered via push October 19, 2025 06:27
Status Success
Total duration 2m 28s
Artifacts
build-and-deploy
2m 19s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-deploy: TestArena/Blog/Common/BlogContainer.razor#L4
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/BlogContainer.razor#L6
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/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/Blog/TDD/Intro.razor#L22
Possible null reference assignment.
build-and-deploy: TestArena/Pages/ErrorTest.razor#L82
Dereference of a possibly null reference.
build-and-deploy: TestArena/Blog/AI/OpenAI/openai-rest-api/Index.razor#L149
Found markup element with unexpected name 'SubSection'. If this is intended to be a component, add a @using directive for its namespace.
build-and-deploy: TestArena/Blog/AI/OpenAI/openai-rest-api/Index.razor#L117
Found markup element with unexpected name 'SubSection'. If this is intended to be a component, add a @using directive for its namespace.
build-and-deploy: TestArena/Blog/AI/OpenAI/openai-rest-api/Index.razor#L103
Found markup element with unexpected name 'SubSection'. If this is intended to be a component, add a @using directive for its namespace.
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.