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

Confirm/update Razor compilation on build language #6125

Closed
guardrex opened this issue Apr 29, 2018 · 2 comments
Closed

Confirm/update Razor compilation on build language #6125

guardrex opened this issue Apr 29, 2018 · 2 comments

Comments

@guardrex
Copy link
Collaborator

Razor compilation is now part of every build. This means that Razor compilation issues are caught at design time instead of when the app is first run. Compiling the Razor views and pages also significantly speeds up startup time. And even though your view and pages are built up front, you can still modify your Razor files at runtime and see them updated without having to restart the app.

@guardrex guardrex added the 2.1 label Apr 29, 2018
@guardrex guardrex added this to the 2018 - Quarter 2 milestone Apr 29, 2018
@guardrex guardrex assigned guardrex and unassigned guardrex Apr 29, 2018
@guardrex
Copy link
Collaborator Author

@scottaddie This isn't the same as aspnet/Razor#1809, which deals with Razor UI in class libs, but it feels like they perhaps go together on your PR. If u want them separate and don't want this update, then assign it to me, and I'll take care of it.

@guardrex guardrex removed the 2.1 label Apr 29, 2018
@guardrex guardrex removed this from the 2018 - Quarter 2 milestone Apr 29, 2018
@guardrex
Copy link
Collaborator Author

Wasn't directly rolled into the issue on #1809, so I'll add it there per #5404 (just saw it noted in the issue).

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

No branches or pull requests

1 participant