Pipe Notifications, Checks, & Extensions #389
Annotations
10 warnings
src/NexNet.IntegrationTests/Pipes/NexusServerTests_NexusDuplexPipe.cs#L528
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/NexNet.IntegrationTests/Pipes/NexusServerTests_NexusDuplexPipe.cs#L548
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/NexNet.IntegrationTests/Pipes/NexusClientTests_NexusDuplexPipe.cs#L452
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/NexNet.IntegrationTests/Pipes/NexusClientTests_NexusDuplexPipe.cs#L472
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/NexNetDemo/Samples/Channel/ChannelSample.cs#L92
The local function 'Convert' is declared but never used
|
src/NexNet.IntegrationTests/Pipes/NexusServerTests_NexusDuplexPipe.cs#L528
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/NexNet.IntegrationTests/Pipes/NexusServerTests_NexusDuplexPipe.cs#L548
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/NexNet.IntegrationTests/Pipes/NexusClientTests_NexusDuplexPipe.cs#L452
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/NexNet.IntegrationTests/Pipes/NexusClientTests_NexusDuplexPipe.cs#L472
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/NexNetDemo/Samples/Channel/ChannelSample.cs#L92
The local function 'Convert' is declared but never used
|
The logs for this run have expired and are no longer available.
Loading