Skip to content

Release version 0.1.0 to NuGet. #71

Release version 0.1.0 to NuGet.

Release version 0.1.0 to NuGet. #71

Triggered via push November 27, 2024 22:55
Status Success
Total duration 6m 19s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build: samples/KristofferStrube.Blazor.GraphEditor.WasmExample/Pages/FollowingGraph.razor#L135
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: samples/KristofferStrube.Blazor.GraphEditor.WasmExample/Pages/FollowingGraph.razor#L147
Possible null reference argument for parameter 'source' in 'ILink? Enumerable.FirstOrDefault<ILink>(IEnumerable<ILink> source)'.