Caio Vinicius De Lima

Results 4 comments of 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. ![Image](https://github.com/user-attachments/assets/a81d8be7-77f0-432f-bc6c-505091530b51) Next, I...

@waldekmastykarz I uninstalled DevProxy, ran `dotnet build`, and verified the build output folder. ![Image](https://github.com/user-attachments/assets/31f0df78-045f-4185-8011-8d4f2ff4f737) I thought the .exe I should execute is this one, correct? ![Image](https://github.com/user-attachments/assets/5204585e-d7a8-4265-938b-ce427bde65ff) 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...