Release v1.18.2 #66
Annotations
5 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8, actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
dotnet/Models/ListItemsWrapper.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
dotnet/Services/WishListService.cs#L311
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/ListItemsWrapper.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
dotnet/Services/WishListService.cs#L311
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