Results 3 comments of heyuke

Hi all, could you please share with me how I can get the DLL for other language resources in PowerShell.SDK ? I am using the powershell.sdk 7.2.0 for my c#...

`AddServiceEndpoint(new NetTcpBinding(), $"net.tcp://localhost:{NETTCP_PORT}/netTcp")` `var factory = new ChannelFactory(binding, new EndpointAddress($"{hostAddr}/EchoService/netTcp"));` I also encountered this issue today. I believe the client's address is incorrect and should be "{hostAddr}/netTcp".

Has this issue been resolved? Which version of Visual Studio can I build without encountering these warnings? Thanks.