Skip to content

Replace EntryPointInvoker in Blazor WebAssembly with code in the runtime #30600

Closed
@pranavkm

Description

@pranavkm

.NET WASM has an API to invoke the entry point: mono_call_assembly_entry_point. We previously used it, but moved away from it since it did not support MainAsync at that point. This has since been fixed so there's no reason for us to continue using our implementation. Here's the PR that made the change: 3a93704. We would essentially want to undo the source changes, but keep the tests.

Metadata

Metadata

Assignees

Labels

DoneThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing one

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions