Caio Vinicius De Lima
Caio Vinicius De Lima
Can I handle this ? But, I've some issues when try to debug solution. I got a forked, cloned and try dotnet run build, no errors show but.
I started by installing Dev Proxy on my local machine using the link: [Docs](https://aka.ms/devproxy/docs.) As you can see in the image, the Dev Proxy options are displayed.  Next, I...
@waldekmastykarz I uninstalled DevProxy, ran `dotnet build`, and verified the build output folder.  I thought the .exe I should execute is this one, correct?  It opens a terminal...
Got it! I know I need to change those lines to sort alphabetically. Here’s the link: https://github.com/dotnet/dev-proxy/blob/main/dev-proxy/ProxyHost.cs#L338 Once I’ve done that, I just want to make sure my changes actually...