More length. #61
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, peaceiris/actions-gh-pages@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L126
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#L109
Dereference of a possibly null reference.
|
build:
samples/KristofferStrube.Blazor.GraphEditor.WasmExample/Pages/FollowingGraph.razor#L138
Possible null reference argument for parameter 'source' in 'ILink? Enumerable.FirstOrDefault<ILink>(IEnumerable<ILink> source)'.
|