paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
2.02k stars 588 forks source link

All connection settings lost when updating via Chocolatey #705

Closed dirkrheeder closed 1 year ago

dirkrheeder commented 1 year ago

All connection settings are lost after running an update via Chocolatey. Have to recreate them all

ErikMogensen commented 1 year ago

One way to avoid this from happening is to set it to use the "User configuration file". Then the connection strings are stored in your user profile.

image
dirkrheeder commented 1 year ago

Thank you