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. |
||
|---|---|---|
| .. | ||
| Analyzers | ||
| shared/FeatureDetection | ||
| Analyzers.sln | ||
| build.cmd | ||
| build.sh | ||
| startvs.cmd | ||