Cleaned all warnings in Core, .Blazor project + minor suggestions #214
Annotations
4 warnings
src/NodeDev.Core/GraphExecutor.cs#L11
Field 'GraphExecutor.State.Value' is never assigned to, and will always have its default value null
|
src/NodeDev.Tests/NodeClassTypeCreatorTests.cs#L64
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.
|
src/NodeDev.Core/GraphExecutor.cs#L11
Field 'GraphExecutor.State.Value' is never assigned to, and will always have its default value null
|
src/NodeDev.Tests/NodeClassTypeCreatorTests.cs#L64
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.
|
The logs for this run have expired and are no longer available.
Loading