Update to .NET 9. Add server status in tooltip. #31
Annotations
9 warnings
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
ReadySetTarkov/Core.cs#L91
Cancel synchronously blocks. Await CancelAsync instead. (https://microsoft.github.io/vs-threading/analyzers/VSTHRD103.html)
|
ReadySetTarkov/Core.cs#L48
Cancel synchronously blocks. Await CancelAsync instead. (https://microsoft.github.io/vs-threading/analyzers/VSTHRD103.html)
|
ReadySetTarkov/App.xaml.cs#L82
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.
|
ReadySetTarkov/Core.cs#L91
Cancel synchronously blocks. Await CancelAsync instead. (https://microsoft.github.io/vs-threading/analyzers/VSTHRD103.html)
|
ReadySetTarkov/Core.cs#L48
Cancel synchronously blocks. Await CancelAsync instead. (https://microsoft.github.io/vs-threading/analyzers/VSTHRD103.html)
|
ReadySetTarkov/App.xaml.cs#L82
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