Skip to content

feat(Scrcpy): 添加虚拟屏幕功能 #168

feat(Scrcpy): 添加虚拟屏幕功能

feat(Scrcpy): 添加虚拟屏幕功能 #168

Re-run triggered December 14, 2024 03:08
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: UotanToolbox/Features/Appmgr/AppmgrViewModel.cs#L845
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: UotanToolbox/Features/Wiredflash/WiredflashView.axaml.cs#L186
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: UotanToolbox/Features/FormatExtract/FormatExtractView.axaml.cs#L220
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: UotanToolbox/Features/Home/WirelessADB.axaml.cs#L38
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: UotanToolbox/Features/Home/HomeView.axaml.cs#L30
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: UotanToolbox/Features/Others/OthersView.axaml.cs#L25
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: UotanToolbox/Features/Modifypartition/ModifypartitionView.axaml.cs#L28
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: UotanToolbox/Features/FormatExtract/FormatExtractView.axaml.cs#L841
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: UotanToolbox/Features/Appmgr/AppmgrViewModel.cs#L845
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: UotanToolbox/Features/Wiredflash/WiredflashView.axaml.cs#L186
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.