codingadventures / LINQBridgeVs

Dumps the content of variables during debugging in Visual Studio to LINQPad
MIT License
127 stars 21 forks source link

Remove other DebuggerVisualizers? #44

Closed fdncred closed 6 years ago

fdncred commented 6 years ago

Why does it appear that upon installation via the vsix all my existing .dlls in the Visualizers folder are now deleted?

codingadventures commented 6 years ago

Hi, during installation older auto generated visualisers are deleted to avoid errors during data export [PackageConfigurator]https://github.com/codingadventures/LINQBridgeVs/blob/c3822edd490dba392307fa74407620cab69edb6b/Src/BridgeVs.VsPackage.Helper/Configuration/PackageConfigurator.cs#L274

However this is clearly a bug, only linqbridgevs autogenerated dlls are to be deleted and not just any dll.

I will fix this in the next release

fdncred commented 6 years ago

Totally pissed over this. At least you could've moved them to the recycle bin so I could recover them.

codingadventures commented 6 years ago

My apologies. I will fix this bug so that it will delete only its own dlls

codingadventures commented 6 years ago

Fixed in the upcoming release