Merge branch 'main' of https://github.com/Uotan-Dev/UotanToolboxNT #158
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/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/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/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/Modifypartition/ModifypartitionView.axaml.cs#L27
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.
|
Loading