We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ...
The text was updated successfully, but these errors were encountered:
dotnet publish ... is already happening on a background task, so that's not causing this.
Sorry, something went wrong.
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
jefflill
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: