[BEEG CHANGES] HoYoPlay API Adjustments #687
Annotations
6 warnings
Build:
CollapseLauncher/Classes/InstallManagement/Genshin/GenshinSophonInstall.cs#L149
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:
CollapseLauncher/Classes/InstallManagement/Genshin/GenshinSophonInstall.cs#L274
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:
CollapseLauncher/Classes/InstallManagement/Genshin/GenshinSophonInstall.cs#L280
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:
CollapseLauncher/Classes/InstallManagement/Genshin/GenshinSophonInstall.cs#L149
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:
CollapseLauncher/Classes/InstallManagement/Genshin/GenshinSophonInstall.cs#L274
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:
CollapseLauncher/Classes/InstallManagement/Genshin/GenshinSophonInstall.cs#L280
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