-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Document the import order of the common msbuild extension points. #2767
Comments
Current (upto v17) Import Order, with and without the SDK-style Microsoft.Common.props
.NET SDK props
Project File
.NET SDK targets
Microsoft.<Lang>.targets
Microsoft.Common.targets
Note: The Xaml, CSharp, VisualBasic, FSharp targets wrap around Common targets and have similar extension points. I didn't include the imports of the inbox targets for simplicity. You can use MSBuild Log Viewer to inspect your own projects' imports. |
So, How will we put the above monstrosity into docs and make people understand them easily? |
Thanks for looking it up. Can you create a PR and add them to https://github.com/microsoft/msbuild/tree/master/documentation? |
OK. Will do. |
It is not clear to users how the import order looks like, considering that there are implicit top and bottom imports for:
Users need to know how to compose all three of these entities to achieve the import ordering that they want.
The text was updated successfully, but these errors were encountered: