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

[Blazor] Provide a primitive inside Microsoft.AspNetCore.Components.Web for rendering output to HTML #46682

Closed
javiercn opened this issue Feb 15, 2023 · 2 comments
Assignees
Labels
area-blazor Includes: Blazor, Razor Components Done This issue has been fixed enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-full-stack-web-ui Full stack web UI with Blazor
Milestone

Comments

@javiercn
Copy link
Member

javiercn commented Feb 15, 2023

  • This is in charge of writing the output from a component into a stream/pipewriter.
  • This initial version only covers rendering to HTML with quiescence.
  • Update by @SteveSandersonMS:
    • It should let the caller choose whether to wait for quiescence, and provide a mechanism for later doing so. This is to allow optionally observing the render output before and after quiescence.

Other features required for supporting streaming rendering and rendering server and webassembly components will be defined later in their own issues.

@mkArtakMSFT mkArtakMSFT added the area-blazor Includes: Blazor, Razor Components label Feb 15, 2023
@javiercn javiercn added the feature-full-stack-web-ui Full stack web UI with Blazor label Feb 16, 2023
@javiercn javiercn added this to the .NET 8 Planning milestone Feb 16, 2023
@ghost
Copy link

ghost commented Feb 16, 2023

Thanks for contacting us.

We're moving this issue to the .NET 8 Planning milestone for future evaluation / consideration. We would like to keep this around to collect more feedback, which can help us with prioritizing this work. We will re-evaluate this issue, during our next planning meeting(s).
If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues.
To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

@mkArtakMSFT mkArtakMSFT added the enhancement This issue represents an ask for new feature or an enhancement to an existing one label Feb 16, 2023
@SteveSandersonMS SteveSandersonMS self-assigned this Feb 27, 2023
@SteveSandersonMS
Copy link
Member

Done in #46935

@SteveSandersonMS SteveSandersonMS added the Done This issue has been fixed label Mar 3, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Apr 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components Done This issue has been fixed enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-full-stack-web-ui Full stack web UI with Blazor
Projects
None yet
Development

No branches or pull requests

3 participants