-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedaffected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersarea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesseverity-majorThis label is used by an internal toolThis label is used by an internal tooltask
Milestone
Description
There are multiple issues associated with the current approach, where we build the Razor SDK on the fly, when we try to test it.
One of the main problems is that this results in some files to be locked and eventually failing any subsequent builds.
Note: this problem happens only during local development.
It doesn't happen on CI builds as we don't do incremental builds. We just run multiple distinct builds with different target architectures.
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedaffected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersarea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesseverity-majorThis label is used by an internal toolThis label is used by an internal tooltask