remove NonDisposeWrapperStream #29
Annotations
10 warnings
Build:
src/TqkLibrary.Proxy/ProxySources/LocalProxySource.cs#L43
Converting null literal or possible null value to non-nullable type.
|
Build:
src/TqkLibrary.Proxy/ProxySources/LocalProxySource.cs#L44
Dereference of a possibly null reference.
|
Build:
src/TqkLibrary.Proxy/ProxySources/LocalProxySource.cs#L43
Converting null literal or possible null value to non-nullable type.
|
Build:
src/TqkLibrary.Proxy/ProxySources/LocalProxySource.cs#L44
Dereference of a possibly null reference.
|
Build:
src/TestProxy/CustomHttpProxyServerHandler.cs#L15
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:
src/TestProxy/ServerTest/Socks5ProxyServerTest.cs#L33
Possible null reference argument for parameter 'iPEndPoint' in 'Socks5ProxySource.Socks5ProxySource(IPEndPoint iPEndPoint)'.
|
Build:
src/TestProxy/ServerTest/Socks4ProxyServerTest.cs#L33
Possible null reference argument for parameter 'iPEndPoint' in 'Socks4ProxySource.Socks4ProxySource(IPEndPoint iPEndPoint, string? userId = null)'.
|
Build:
src/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:
src/TqkLibrary.Proxy/ProxySources/LocalProxySource.cs#L43
Converting null literal or possible null value to non-nullable type.
|
Build:
src/TqkLibrary.Proxy/ProxySources/LocalProxySource.cs#L44
Dereference of a possibly null reference.
|
Loading