You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pranavkm opened this issue
Jul 31, 2019
· 0 comments
Assignees
Labels
area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesbugThis issue describes a behavior which is not expected - a bug.DoneThis issue has been fixed
The RuntimeCompilation targets sets up the application to preserve compilation context \ ref assemblies. Consider a P2P scenario such as integration testing where
a) The Web project references the package and requires runtime compilation
b) The test project references the Web project
In this case, PreserveCompilationReferences is never set on the test project and runtime compilation will fail.
Workarounds include setting PreserveCompilationReferences in the test project or explicitly referencing the package in the test project.
The text was updated successfully, but these errors were encountered:
…ild targets
* Include build and build transitive folders in RuntimeCompilation package
* Use a different folder name to allow GitHub indexing. See #14846
* Add a test to verify transitive build targets work
Fixes#14813Fixes#12768
…ild targets (#14863)
* Include build and build transitive folders in RuntimeCompilation package
* Use a different folder name to allow GitHub indexing. See #14846
* Add a test to verify transitive build targets work
Fixes#14813Fixes#12768
ghost
locked as resolved and limited conversation to collaborators
Dec 2, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesbugThis issue describes a behavior which is not expected - a bug.DoneThis issue has been fixed
The RuntimeCompilation targets sets up the application to preserve compilation context \ ref assemblies. Consider a P2P scenario such as integration testing where
a) The Web project references the package and requires runtime compilation
b) The test project references the Web project
In this case,
PreserveCompilationReferences
is never set on the test project and runtime compilation will fail.Workarounds include setting
PreserveCompilationReferences
in the test project or explicitly referencing the package in the test project.The text was updated successfully, but these errors were encountered: