Skip to content

Fix copyright and license sometimes not being automatically imported #153

Fix copyright and license sometimes not being automatically imported

Fix copyright and license sometimes not being automatically imported #153

Triggered via push January 11, 2024 16:49
Status Success
Total duration 3m 33s
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.