You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening Visual Studio 2019 with the new version of AxoCover, I get a warning saying "Visual Studio did not load one or more extensions that were using deprecated API's". It doesn't seem to affect anything however, and just seems to be a weird quirk.
The text was updated successfully, but these errors were encountered:
By default, Visual Studio 2019 v16.1 blocks any synchronously autoloaded package from any extension and shows a notification to alert the user about it.
and:
Here’s a bullet list to sum it up:
Marketplace requires autoload to be async and in the background
Users and IT admins can opt out of the blocking behavior (not recommended)
Autoloading extension should always happen asynchronously in the background
When opening Visual Studio 2019 with the new version of AxoCover, I get a warning saying "Visual Studio did not load one or more extensions that were using deprecated API's". It doesn't seem to affect anything however, and just seems to be a weird quirk.
The text was updated successfully, but these errors were encountered: