Skip to content
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

SDK: document DisableTransitiveProjectReferences #30340

Closed
rainersigwald opened this issue Jul 25, 2022 · 1 comment
Closed

SDK: document DisableTransitiveProjectReferences #30340

rainersigwald opened this issue Jul 25, 2022 · 1 comment
Labels
dotnet-fundamentals/svc Pri1 High priority, do before Pri2 and Pri3 resolved-by-customer Indicates issues where the customer no longer needs any help. [org][resolution]

Comments

@rainersigwald
Copy link
Member

The .NET SDK automatically "promotes" transitive references of a project (projects referenced by projects referenced by the project) to be direct references, which was a behavior of the old project.json from before .NET Core 1.0. This (sometimes surprising) behavior can be disabled by setting a property DisableTransitiveProjectReferences, but that isn't documented in the "SDK properties" page.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@rainersigwald
Copy link
Member Author

Duplicate of #30341

@rainersigwald rainersigwald marked this as a duplicate of #30341 Jul 25, 2022
@rainersigwald rainersigwald closed this as not planned Won't fix, can't repro, duplicate, stale Jul 25, 2022
@dotnet-bot dotnet-bot added resolved-by-customer Indicates issues where the customer no longer needs any help. [org][resolution] and removed ⌚ Not Triaged Not triaged labels Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-fundamentals/svc Pri1 High priority, do before Pri2 and Pri3 resolved-by-customer Indicates issues where the customer no longer needs any help. [org][resolution]
Projects
None yet
Development

No branches or pull requests

3 participants