-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[Question] - project.json RC2 - tools and dependencies section #1529
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
Comments
@dazinator it's more about whether a tool needs "special" handling during restore. If for example its dependencies aren't all aware of |
This issue is being closed because it has not been updated in 3 months. We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate. |
I have noticed that some tools are listed just in the tools section, and others are listed in the tools section and the dependencies section of the project.json file.
e.g - this is just in the tools section
Where as razor tools is in the tools and the dependencies section:
and
I thought perhaps this was basically the difference between tooling that is used purely at development time (i.e just in the tools section), and tooling which is also distributed as a runtime dependency with your application (i.e in the dependencies section)?
However - I noticed the packages in the dependency section have a "type" set to "build" - which I am guessing is the indicator that it shouldn't be treated as a runtime dependency?
so - why are some tools packages present in both sections and others only in one?
The text was updated successfully, but these errors were encountered: