7.4.0 #5
Annotations
8 warnings
Build solution [Release]:
test/GraphQL.Conventions.Tests/Web/ResponseTests.cs#L34
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 solution [Release]:
test/GraphQL.Conventions.Tests/Adapters/Engine/DependencyInjectionTests.cs#L237
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 solution [Release]:
samples/SimpleWebApp/Startup.cs#L22
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
|
Build solution [Release]:
test/SubscriptionExample.Tests/WebSocketExtensions.cs#L38
Possible null reference return.
|
Build solution [Release]:
test/GraphQL.Conventions.Tests/Web/ResponseTests.cs#L34
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 solution [Release]:
test/GraphQL.Conventions.Tests/Adapters/Engine/DependencyInjectionTests.cs#L237
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 solution [Release]:
samples/SimpleWebApp/Startup.cs#L22
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
|
Build solution [Release]:
test/SubscriptionExample.Tests/WebSocketExtensions.cs#L38
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading