dependabot-core icon indicating copy to clipboard operation
dependabot-core copied to clipboard

Support `.vcxproj` for NuGet dependencies

Open renefritze opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] 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 avatar May 13 '24 13:05 renefritze

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.

leeter avatar May 21 '24 17:05 leeter

Can we please get this regression fixed for C++ (.vcxproj) files? We know it worked perfectly fine and loved ❤️ dependabot updating our C++ project nuget dependencies automatically.

abhijeetnarvekar avatar Jul 19 '24 08:07 abhijeetnarvekar