Skip to content
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

Open
tisis2 opened this issue Aug 29, 2022 · 7 comments
Open

envdte package shows up as soon as Tmds.ExecFunction is installed #16

tisis2 opened this issue Aug 29, 2022 · 7 comments

Comments

@tisis2
Copy link

tisis2 commented Aug 29, 2022

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.

image

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

@Bertk
Copy link

Bertk commented Sep 13, 2023

Hi,

By the way, when will the EnvDTE version upgraded to 17.7.37355 (VS2022 version).

@tmds
Copy link
Owner

tmds commented Jan 31, 2024

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.

By the way, when will the EnvDTE version upgraded to 17.7.37355 (VS2022 version).

I'll be upgrading this for an upcoming release.

@Bertk
Copy link

Bertk commented Jan 31, 2024

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.

@tmds
Copy link
Owner

tmds commented Jan 31, 2024

I'm open to PRs to fix and improve this, but as a non-VS user, I can not help provide them.

@tmds
Copy link
Owner

tmds commented Feb 1, 2024

I had accidentally broken the vs code debugging in v0.7.0.
While fixing it, I've added some bits that should make it work with central package management.
This is part of v0.7.1 which was just published to nuget.org.

@tmds
Copy link
Owner

tmds commented Feb 5, 2024

@Bertk when you had a change to try 0.7.1, please let me know if the central package management issue is fixed.

@Bertk
Copy link

Bertk commented Feb 5, 2024

@tmds Yes, I could activate central package management for the test and now also use VS2022. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants