RaspberryDebugger
RaspberryDebugger copied to clipboard
Extension delay reported
We're sometimes seeing warnings from Visual Studio like this:

I believe this is because we're currently invoking the dotnet publish ... on the UI task.
dotnet publish ... is already happening on a background task, so that's not causing this.
I'll need to keep an eye out for more of these and then use this link to debug:
https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-diagnose-ui-delays-caused-by-extensions?view=vs-2019