dotnet / dotnet/project-system

Build acceleration for deps.json and runtimeconfig.json

Open
#9,274 2 comments 0 reactions 1 assignee Claimed by @drewnoakes View on GitHub
Triage-Approved
Dominant language
C#
Stars
1k
Forks
415
PR merge metrics
No merged PRs in 30d

Description

I'm not sure if it's a bug or not, but if you have two projects, P1 and P2, P2 references P1, and P1 is an .exe project, should build acceleration copy P1.deps.json and P1.runtimeconfig.json to the P2 output directory when P2 is up-to-date?

I'm not seeing the deps.json and runtimeconfig.json files added in CollectCopyToOutputDirectoryItemDesignTime:

https://github.com/dotnet/project-system/blob/9b283388092c9c30f8b2be0013846473bfb3cbd8/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/DesignTimeTargets/Microsoft.Managed.DesignTime.targets#L509

Same question for .exe.config for .NET framework .exe projects I guess?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.