Skip to content

Update sample and README. #70

Update sample and README.

Update sample and README. #70

Triggered via push November 27, 2024 22:54
Status Success
Total duration 6m 31s
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)'.