Release v1.16.2 #39
Annotations
4 warnings
Lint .Net:
dotnet/Models/ListItemsWrapper.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Lint .Net:
dotnet/Services/WishListService.cs#L182
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.
|
Lint .Net:
dotnet/Models/ListItemsWrapper.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Lint .Net:
dotnet/Services/WishListService.cs#L182
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