Skip to content

Fix: flaky test (OS-specific newlines) #18

Fix: flaky test (OS-specific newlines)

Fix: flaky test (OS-specific newlines) #18

Triggered via push May 20, 2025 19:33
Status Success
Total duration 46s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

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