Copilot commented on code in PR #6796: URL: https://github.com/apache/ignite-3/pull/6796#discussion_r2435373699
########## modules/platforms/dotnet/Apache.Ignite.Tests/IgniteProxyTests.cs: ########## @@ -18,6 +18,7 @@ namespace Apache.Ignite.Tests; using System.Linq; +using System.Net; Review Comment: The `System.Net` import is added but not used in this change. The `EndPoint` type is likely already available through an existing import or the code was working without this explicit import. ```suggestion ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
