Merge branch 'dev' #11
Annotations
4 warnings
build (Release):
ConsoleTest/ProxyWraper.cs#L18
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 (Release):
ConsoleTest/ProxyWraper.cs#L44
The variable 'auth' is assigned but its value is never used
|
build (Release):
ConsoleTest/ProxyWraper.cs#L18
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 (Release):
ConsoleTest/ProxyWraper.cs#L44
The variable 'auth' is assigned but its value is never used
|