-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Build performance improvements for Blazor #22566
Comments
Thanks for contacting us. |
A couple of things jump out that would help in the inner loop:
The time spent in code generation scales linearly with the number of razor files. Changing this would benefit projects with a large number of .razor files.
|
We're done with the work for 5.0. At this point, there's a risk of introducing bugs when making changes in the SDK. Parking this in the backlog to get back to addressing the additional investigations in 6.0. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Does this mean the work is done but won't be released until November 2021? |
Thanks for contacting us. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
For .NET 5 we plan to handle only this piece of work, which will later be part of the bigger Hot reload story for Blazor and potentially for all ASP.NET Core.
The text was updated successfully, but these errors were encountered: