Up delay. #66
Annotations
9 warnings
build:
src/KristofferStrube.Blazor.GraphEditor/Edge.cs#L9
Non-nullable property 'GraphEditor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/KristofferStrube.Blazor.GraphEditor/Edge.cs#L9
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/KristofferStrube.Blazor.GraphEditor/Edge.cs#L9
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/KristofferStrube.Blazor.GraphEditor/Edge.cs#L9
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/KristofferStrube.Blazor.GraphEditor/Node.cs#L111
Dereference of a possibly null reference.
|
build:
src/KristofferStrube.Blazor.GraphEditor/GraphEditor.razor.cs#L131
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:
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)'.
|