Skip to content

Update README-EN.md #171

Update README-EN.md

Update README-EN.md #171

Triggered via push December 23, 2024 02:28
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: push
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/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/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/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/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/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.