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

[browser] Minimal legacy support for Blazor renderBatch #95869

Merged
merged 4 commits into from
Dec 12, 2023

Conversation

pavelsavara
Copy link
Member

@pavelsavara pavelsavara commented Dec 11, 2023

This will allow us to reduce dependency of Blazor internal on legacy interop to last 2 methods.

Contributes to dotnet/aspnetcore#48042
To be used by dotnet/aspnetcore#52732

@pavelsavara pavelsavara added arch-wasm WebAssembly architecture area-System.Runtime.InteropServices.JavaScript os-browser Browser variant of arch-wasm labels Dec 11, 2023
@pavelsavara pavelsavara added this to the 9.0.0 milestone Dec 11, 2023
@pavelsavara pavelsavara requested a review from maraf December 11, 2023 17:30
@pavelsavara pavelsavara self-assigned this Dec 11, 2023
@ghost
Copy link

ghost commented Dec 11, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

This will allow us to reduce dependency of Blazor internal on legacy interop to last 2 methods.

Contributes to dotnet/aspnetcore#48042

Author: pavelsavara
Assignees: pavelsavara
Labels:

arch-wasm, area-System.Runtime.InteropServices.JavaScript, os-browser

Milestone: 9.0.0

@pavelsavara pavelsavara marked this pull request as ready for review December 11, 2023 17:44
src/mono/wasm/runtime/driver.c Outdated Show resolved Hide resolved
@radical
Copy link
Member

radical commented Dec 11, 2023

@pavelsavara Would it be correct to think that a test can be added only once the other linked PRs, that use the bits added here, get merged?

src/mono/wasm/runtime/driver.c Show resolved Hide resolved
@ghost ghost added the needs-author-action An issue or pull request that requires more info or actions from the author. label Dec 12, 2023
@ghost ghost removed the needs-author-action An issue or pull request that requires more info or actions from the author. label Dec 12, 2023
@pavelsavara
Copy link
Member Author

@pavelsavara Would it be correct to think that a test can be added only once the other linked PRs, that use the bits added here, get merged?

I tested it locally together with local Blazor. This is core of Blazor rendering, so we would know pretty soon that I broke it. I hope they have tests for it.

@pavelsavara pavelsavara merged commit e9ddf98 into dotnet:main Dec 12, 2023
36 checks passed
@pavelsavara pavelsavara deleted the browser_minimal_render_batch branch December 12, 2023 10:11
@github-actions github-actions bot locked and limited conversation to collaborators Jan 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-System.Runtime.InteropServices.JavaScript os-browser Browser variant of arch-wasm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants