Description
When upgrading Dev Proxy via the Dev Proxy Toolkit extension, the upgrade fails with an untrusted tap error.
Error message
Failed to upgrade Dev Proxy: exec error: Error: Command failed: brew upgrade dev-proxy
Error: Refusing to load formula dotnet/dev-proxy/dev-proxy from untrusted tap dotnet/dev-proxy.
Run `brew trust --formula dotnet/dev-proxy/dev-proxy` or `brew trust dotnet/dev-proxy` to trust it.
stderr: Error: Refusing to load formula dotnet/dev-proxy/dev-proxy from untrusted tap dotnet/dev-proxy.
Run `brew trust --formula dotnet/dev-proxy/dev-proxy` or `brew trust dotnet/dev-proxy` to trust it.
Screenshot

Steps to reproduce
- Install Dev Proxy via Homebrew
- Open VS Code with the Dev Proxy Toolkit extension
- Attempt to upgrade Dev Proxy when a new version is available
Expected behavior
Dev Proxy should upgrade successfully.
Actual behavior
Upgrade fails because Homebrew requires the dotnet/dev-proxy tap to be explicitly trusted before it will load formulas from it.
Possible fix
Before running brew upgrade dev-proxy, run brew trust dotnet/dev-proxy to trust the tap, or inform the user to trust the tap manually.
Description
When upgrading Dev Proxy via the Dev Proxy Toolkit extension, the upgrade fails with an untrusted tap error.
Error message
Screenshot
Steps to reproduce
Expected behavior
Dev Proxy should upgrade successfully.
Actual behavior
Upgrade fails because Homebrew requires the
dotnet/dev-proxytap to be explicitly trusted before it will load formulas from it.Possible fix
Before running
brew upgrade dev-proxy, runbrew trust dotnet/dev-proxyto trust the tap, or inform the user to trust the tap manually.