Version 1.1.0.2501 #12
Annotations
10 warnings
Build App:
InternetTestCLI/Classes/DnsCacheInfo.cs#L77
Possible null reference return.
|
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/Commands/Dns.cs#L158
Converting null literal or possible null value to non-nullable type.
|
Build App:
InternetTestCLI/Commands/Dns.cs#L246
Converting null literal or possible null value to non-nullable type.
|
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/Classes/DnsCacheInfo.cs#L77
Possible null reference return.
|
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/Commands/Dns.cs#L158
Converting null literal or possible null value to non-nullable type.
|
Build App:
InternetTestCLI/Commands/Dns.cs#L246
Converting null literal or possible null value to non-nullable type.
|
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.
|
Loading