Skip to content

Update README.md

Update README.md #163

Triggered via push November 22, 2024 15:03
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/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/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.