Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Razor runtime compilation produces errors if running on a shared runtime that's rolled forward #7989

Merged
merged 1 commit into from
Jun 29, 2018

Conversation

pranavkm
Copy link
Contributor

Do not provide compilation references from runtime MVC assemblies. This avoids cases where the app is compiled
against an older MVC but running against a newer one (e.g. shared fx roll forward) resulting in compiling against multiple
versions of MVC assemblies

Fixes #7969

…ime that's rolled forward

Do not provide compilation references from runtime MVC assemblies. This avoids cases where the app is compiled
against an older MVC but running against a newer one (e.g. shared fx roll forward) resulting in compiling against multiple
versions of MVC assemblies

Fixes #7969
Copy link
Member

@rynowak rynowak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great

@pranavkm
Copy link
Contributor Author

Verified this works locally. We can do some E2E testing for this with 2.1.x runtimes to verify this as part of the release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants