Merge pull request #787 from Cysharp/feature/ReduceBroadcastAllocatio… #355
Annotations
13 warnings
|
|
|
|
|
|
|
|
|
perf/BenchmarkApp/PerformanceTest.Client/Program.cs#L55
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.
|
src/MagicOnion.Server.HttpGateway/Swagger/SwaggerDefinitionBuilder.cs#L169
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
tests/MagicOnion.Integration.Tests/StreamingHubClientResultTest.cs#L11
Parameter 'testOutputHelper' is unread.
|
samples/ChatApp/ChatApp.Console/Program.cs#L51
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.
|
This job succeeded
Loading