Bump OpenTelemetry.Extensions.Hosting from 1.10.0 to 1.11.0 #143
Annotations
6 warnings
Build:
AspireForIdentityServer.ApiResource/CQRS/Queries/GetWeatherByLocation/GetWeatherByLocationQuery.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:
AspireForIdentityServer.ParClient/Dtos/WeatherForecastDto.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
AspireForIdentityServer.ParClient/Controllers/HomeController.cs#L18
Parameter 'logger' is unread.
|
Build:
AspireForIdentityServer.ApiResource/CQRS/Queries/GetWeatherByLocation/GetWeatherByLocationQuery.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:
AspireForIdentityServer.ParClient/Dtos/WeatherForecastDto.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
AspireForIdentityServer.ParClient/Controllers/HomeController.cs#L18
Parameter 'logger' is unread.
|
Loading