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

Support .vcxproj for NuGet dependencies #9711

Open
1 task done
renefritze opened this issue May 13, 2024 · 1 comment
Open
1 task done

Support .vcxproj for NuGet dependencies #9711

renefritze opened this issue May 13, 2024 · 1 comment
Labels
L: dotnet:nuget NuGet packages via nuget or dotnet T: feature-request Requests for new features

Comments

@renefritze
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Feature description

We're pulling in native C++ dependencies via NuGets into .vcxproj

AFAICT, at present vcxprojprojects are not considered when discovering which projects' dependencies to consider for an update.

We currently use packages.config files for each solution and import targets files manually.

Is there either a way to "force" dependabot to consider them or can this functionality be added?

Would moving to PackageReference and central version management help?

@renefritze renefritze added the T: feature-request Requests for new features label May 13, 2024
@leeter
Copy link

leeter commented May 21, 2024

This previously worked as recently as a few months ago and broke somewhat recently. It was explicitly broken in #9294, the author seems to have assumed that nuget only supplied .net dependencies. So this is not a feature request. It's a regression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dotnet:nuget NuGet packages via nuget or dotnet T: feature-request Requests for new features
Projects
Status: No status
Development

No branches or pull requests

3 participants