Skip to content

Fix: code coverage doesn't include MoonPress.Rendering.Tests #8

Fix: code coverage doesn't include MoonPress.Rendering.Tests

Fix: code coverage doesn't include MoonPress.Rendering.Tests #8

Triggered via push May 15, 2025 16:38
Status Success
Total duration 40s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MoonPress.Rendering.Tests/HtmlRendererTests.cs#L13
Cannot convert null literal to non-nullable reference type.
build: MoonPress.Core/Content/ContentItem.cs#L48
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MoonPress.BlazorDesktop/Components/Pages/Content/EditContentItem.razor.cs#L14
Non-nullable property 'Nav' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MoonPress.BlazorDesktop/Components/Pages/Content/EditContentItem.razor.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MoonPress.BlazorDesktop/Components/Pages/Content/ContentItems.razor.cs#L19
Dereference of a possibly null reference.
build: MoonPress.BlazorDesktop/Components/Pages/Content/NewContentItem.razor.cs#L13
Non-nullable property 'Nav' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MoonPress.BlazorDesktop/Components/Pages/Content/EditContentItem.razor.cs#L24
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: MoonPress.Rendering.Tests/MarkdownRendererTests.cs#L13
Cannot convert null literal to non-nullable reference type.
build: MoonPress.Rendering.Tests/HtmlRendererTests.cs#L13
Cannot convert null literal to non-nullable reference type.
build: MoonPress.Core/Content/ContentItem.cs#L48
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.