Update sample and README. #70
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#L112
Dereference of a possibly null reference.
|
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)'.
|