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

[release/5.0] Improve handling of custom paths in markup compiler #4009

Merged
merged 3 commits into from
Jan 16, 2021

Conversation

ryalanms
Copy link
Member

@ryalanms ryalanms commented Jan 14, 2021

[release/5.0] Improve handling of custom paths in markup compiler [ask-mode for 5.0 servicing]

This feature requires applications to opt-in by explicitly setting a property in their project file. Otherwise, the existing path handling code is executed.

This PR brings the changes from master to release/5.0:

A single property turns on the feature (IncludePackageReferencesDuringMarkupCompilation = true) and enables the new behavior. By default, the unmodified markup compiler code is called, the old path.

@ryalanms ryalanms requested a review from a team as a code owner January 14, 2021 18:12
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Jan 14, 2021
@ghost ghost requested review from fabiant3 and SamBent January 14, 2021 18:12
@ryalanms
Copy link
Member Author

/cc @clairernovotny

@ryalanms
Copy link
Member Author

ryalanms commented Jan 14, 2021

Fixes #3989.

@ryalanms
Copy link
Member Author

Thanks, @mmitche.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
PR metadata: Label to tag PRs, to facilitate with triage Servicing-approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants