-
Notifications
You must be signed in to change notification settings - Fork 60.8k
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
Update about-the-dependency-graph.md #17112
Conversation
- NuGet is the package manager for .NET - C++ is not a .NET language
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
Automatically generated comment ℹ️This comment is automatically generated and will be overwritten every time changes are committed to this branch. The table contains an overview of files in the Content directory changesYou may find it useful to copy this table into the pull request summary. There you can edit it to share links to important articles or changes and to give a high-level overview of how the changes in your pull request support the overall goals of the pull request.
|
@rukasakurai |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess NuGet
is only one of the options and we also do have .NET CLI
for managing all the .NET
application tools.
Thanks for opening a pull request! We've triaged this issue for technical review by a subject matter expert 👀 |
Hi @rukasakurai , I raised a similar PR (#17110) a few hours before this one 😄
NuGet for C++ |
"NuGet" is the package manager. the NuGet client in Visual Studio, nuget.exe, and .NET CLI all implements NuGet Server API to do operations related to NuGet. |
@@ -66,7 +66,7 @@ The recommended formats explicitly define which versions are used for all direct | |||
| Package manager | Languages | Recommended formats | All supported formats | | |||
| --- | --- | --- | ---| | |||
| Composer | PHP | `composer.lock` | `composer.json`, `composer.lock` | | |||
| `dotnet` CLI | .NET languages (C#, C++, F#, VB) | `.csproj`, `.vbproj`, `.nuspec`, `.vcxproj`, `.fsproj` | `.csproj`, `.vbproj`, `.nuspec`, `.vcxproj`, `.fsproj`, `packages.config` | | |||
| NuGet | .NET languages (C#, F#, VB) | `.csproj`, `.vbproj`, `.nuspec`, `.vcxproj`, `.fsproj` | `.csproj`, `.vbproj`, `.nuspec`, `.vcxproj`, `.fsproj`, `packages.config` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any reason why you removed C++ and kept .vcxproj
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for noticing. I've added C++ back into the list of Langauges that NuGet supports, but outside of the () for .NET Languages, in which case there's no need to delete .vcxproj
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but outside of the () for .NET Languages
Yeah, that should be fine👍 Thanks!
@rukasakurai and @SIkebe - many thanks for raising this problem with the docs ✨ and for your constructive discussion in this pull request 💖 We're checking on the reasons for the original content and will get back to you as soon as we can. |
Hi all, I'm an engineer on the Dependency Graph team and I can confirm that these proposed changes are accurate. Thank you for the update and links to support the update, @rukasakurai @SIkebe. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks for confirming that this is a good change @annarosenthal 💖
We'll merge this PR 🚀
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
Inaccurate information on "About the dependency graph" page "Supported package ecosystems" section
Closes #17111
What's being changed: