-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
envdte package shows up as soon as Tmds.ExecFunction is installed #16
Comments
Hi, By the way, when will the EnvDTE version upgraded to 17.7.37355 (VS2022 version). |
I won't be looking into this myself as not that many people have responded to this issue so far, and I don't want to break VS users. Because I don't use VS, I can't validate the change. If someone has a fix for this, feel free to suggest it in a PR.
I'll be upgrading this for an upcoming release. |
FYI. We can currently not use .NET 7.0 feature (Central package management for a test project which uses Tmds.ExecFunction because this triggers a nuget restore loop in VS2022. |
I'm open to PRs to fix and improve this, but as a non-VS user, I can not help provide them. |
I had accidentally broken the vs code debugging in v0.7.0. |
@Bertk when you had a change to try 0.7.1, please let me know if the central package management issue is fixed. |
@tmds Yes, I could activate central package management for the test and now also use VS2022. Thanks. |
since 0.6.0 in the package explorer of VS the envdte package will appear, since this is not added as a dependency but by targets file as its own package. this will also cause this package to show for updates.
if there is really no other possibility to auto attach debugger and solve the dependencies, all this should be at least in its own package.
maybe there should be an auto attach package that uses that envdte as dependency, so you dont need any copy tasks and this package can only be installed when debug config is chosen
The text was updated successfully, but these errors were encountered: