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

VS Blazor editor #16552

Closed
3 tasks done
danroth27 opened this issue Feb 5, 2018 · 4 comments
Closed
3 tasks done

VS Blazor editor #16552

danroth27 opened this issue Feb 5, 2018 · 4 comments
Assignees
Labels
area-blazor Includes: Blazor, Razor Components

Comments

@danroth27
Copy link
Member

  • Make Razor code generation extensible (external)
  • Component intellisense completions (at design time build)
  • Blazor extending Razor code generation (including tooling)
@veikkoeeva
Copy link

@danroth27 What would be needed for this? I took a look at the How to contribute section and didn't spot what's needed compile the code into WASM modules. I'm guessing the process is described at https://github.com/lrz/mono-wasm. Is this true? If so, I could add a note of it to the contribution guide. It appears (offline chatting) more than a few people are pondering the process.

@danroth27
Copy link
Member Author

@veikkoeeva The only WASM code currently is the .NET runtime itself, which is provided by our friends on the Mono team and is checked in here: https://github.com/aspnet/Blazor/blob/dev/src/mono/dist/unoptimized/wasm/mono.wasm.
This .NET runtime can then be used to run normal .NET assemblies in the browser. Blazor is a web UI framework implemented as normal .NET assemblies. If you're interested in how the Mono runtime is built into WebAssembly you'll need to look at the Mono repo.

@SteveSandersonMS
Copy link
Member

@rynowak No rush to respond today, but do you think this is done enough that we should mark this high-level issue as done?

@rynowak
Copy link
Member

rynowak commented Mar 7, 2018

Yep. Closing

@rynowak rynowak closed this as completed Mar 7, 2018
@mkArtakMSFT mkArtakMSFT transferred this issue from dotnet/blazor Oct 27, 2019
@mkArtakMSFT mkArtakMSFT added the area-blazor Includes: Blazor, Razor Components label Oct 27, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

No branches or pull requests

5 participants