Skip to content

Fix new rsi sometimes duplicating an exiting rsi #146

Fix new rsi sometimes duplicating an exiting rsi

Fix new rsi sometimes duplicating an exiting rsi #146

Triggered via push January 6, 2024 10:49
Status Success
Total duration 3m 56s
Artifacts

build-test.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build (ubuntu-latest): Editor/ViewModels/RsiItemViewModel.cs#L275
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 (ubuntu-latest): Editor/ViewModels/RsiItemViewModel.cs#L275
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 (windows-latest): Editor/ViewModels/RsiItemViewModel.cs#L275
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 (windows-latest): Editor/ViewModels/RsiItemViewModel.cs#L275
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.