Skip to content

remove NonDisposeWrapperStream #29

remove NonDisposeWrapperStream

remove NonDisposeWrapperStream #29

Triggered via push February 24, 2025 08:48
Status Success
Total duration 41s
Artifacts

Net6-Ubuntu.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

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