dotnet / dotnet/project-system
Dependencies node for non-sdk-based projects
Open
Feature-Dependency-Node
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
The Dependencies node today depends on data that comes from tasks\targets that are part of the Microsoft.NET.Sdk. For projects that want to use CPS but are not ready to change the project itself to use the SDK (probably going to be common for desktop projects) the dependencies node won't show anything.
We should probably move the tasks\targets into the same location as the existing NuGet build task and either fully replace it or keep the old build task only for project.json based scenarios.
Contributor guide
Assessment
This issue has not been assessed yet.