Complete rewrite of the NodeEngine
#191
Annotations
1 error and 12 warnings
Test server
Process completed with exit code 1.
|
Build server:
src-csharp/Tests/Vla.Tests/Server/ServerService.cs#L45
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 server:
src-csharp/Tests/Vla.Tests/Server/ServerService.cs#L220
Nullability of reference types in value of type '(ServerService server, MockWebSocketService? websocket)' doesn't match target type '(ServerService server, MockWebSocketService websocket)'.
|
Build server:
src-csharp/Tests/Vla.Tests/Engine/NodeEngine.cs#L275
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build server:
src-csharp/Tests/Vla.Tests/Engine/NodeEngine.cs#L227
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build server:
src-csharp/Tests/Vla.Tests/Server/ServerService.cs#L45
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 server:
src-csharp/Tests/Vla.Tests/Server/ServerService.cs#L220
Nullability of reference types in value of type '(ServerService server, MockWebSocketService? websocket)' doesn't match target type '(ServerService server, MockWebSocketService websocket)'.
|
Build server:
src-csharp/Tests/Vla.Tests/Engine/NodeEngine.cs#L275
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build server:
src-csharp/Tests/Vla.Tests/Engine/NodeEngine.cs#L227
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test server:
src-csharp/Tests/Vla.Tests/Server/ServerService.cs#L45
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.
|
Test server:
src-csharp/Tests/Vla.Tests/Server/ServerService.cs#L220
Nullability of reference types in value of type '(ServerService server, MockWebSocketService? websocket)' doesn't match target type '(ServerService server, MockWebSocketService websocket)'.
|
Test server:
src-csharp/Tests/Vla.Tests/Engine/NodeEngine.cs#L227
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test server:
src-csharp/Tests/Vla.Tests/Engine/NodeEngine.cs#L275
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading