Version 1.1.0.2501 #13
Annotations
6 warnings
Build App:
InternetTestCLI/Classes/DnsCacheInfo.cs#L77
Possible null reference return.
|
Build App:
InternetTestCLI/Commands/Ip.cs#L157
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 App:
InternetTestCLI/Commands/Dns.cs#L53
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 App:
InternetTestCLI/Classes/DnsCacheInfo.cs#L77
Possible null reference return.
|
Build App:
InternetTestCLI/Commands/Ip.cs#L157
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 App:
InternetTestCLI/Commands/Dns.cs#L53
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