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
The Core Tools version using the OOP host should be updated to detect unsupported in-proc scenarios and provide information about the required SDK version (recommend update to latest) if that is triggered.
The text was updated successfully, but these errors were encountered:
Specifically, this should be for the versions distributed to VS which are used by the isolated worker model as well. This change should not be present in the versions that are in-proc only. It is also not needed for scenarios in which the Core Tools is to be run via the command line or in Visual Studio Code, for example. In those cases, we can use the standard probing logic and launch the right version as a new process.
This detection could be introduced into the current Core Tools structure, and it likely should be from a release tactics perspective. We will need to make sure it is preserved going into the new structure (#3744), though.
The Core Tools version using the OOP host should be updated to detect unsupported in-proc scenarios and provide information about the required SDK version (recommend update to latest) if that is triggered.
The text was updated successfully, but these errors were encountered: