Release v1.12.2 #96
Annotations
8 warnings
dotnet/Models/CartSimulationResponse.cs#L329
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
dotnet/Services/VtexAPIService.cs#L45
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.
|
dotnet/Services/VtexAPIService.cs#L46
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.
|
dotnet/Controlers/EventsController.cs#L31
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.
|
dotnet/Models/CartSimulationResponse.cs#L329
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
dotnet/Services/VtexAPIService.cs#L45
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.
|
dotnet/Services/VtexAPIService.cs#L46
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.
|
dotnet/Controlers/EventsController.cs#L31
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.
|
The logs for this run have expired and are no longer available.
Loading