Paul Harrington
Paul Harrington
@jsquire #sign-off
Ran into this issue and can confirm it's easy to reproduce when using the default Invoke or a CommandLineBuilder with `CancelOnProcessTermination`. The main thread gets stuck in System.Console.ControlCHooker.Unhook: ``` mscorlib.dll!System.Console.ControlCHooker.Unhook()...
Before anyone else points it out, this bottleneck arises because we do eager string formatting of _every_ event written to the AzureEventSourceListener (if a logger is passed in the constructor)....
@christothes can this be merged now? I don't have permission myself.
You can find the registry root via ILocalRegistry4. A quick test shows that the location is writable, but modifications aren't persisted. Requires more investigation.
Also, Microsoft.VisualStudio.Shell.VSRegistry (from MPF) has static a RegistryRoot method.
I tried doing this by hiding the listview if the Properties collection was empty via a converter (intending to show some placeholder UI in its place). It didn't work I...
Support for Roaming settings was a bit of a quick hack, so I didn't enable writing. ~~Even so, I don't see methods on the `ISettingsManager` interface for modifying settings. I...
I got basic editing operations going: Create and modify new values. But I haven't figured out how to delete values which also means that rename doesn't work (rename clones the...