aspnetcore/src/Analyzers
Ryan Nowak 45f50905d5 Remove stateful prerendering
Fixes: #12245
Fixes: #12630

This change removes stateful pre-rendering from Server-Side Blazor. This
means that when you render a component during the initial HTTP request,
we we will no longer preserve the component instances and their
parameters. While this feature was useful, it cause serious scalability
concerns.

This means that it will now be required to register "entry-point"
components in startup similar to client-side Blazor.
2019-08-01 07:44:14 -07:00
..
Analyzers Remove stateful prerendering 2019-08-01 07:44:14 -07:00
shared/FeatureDetection
Analyzers.sln
build.cmd
build.sh
startvs.cmd