-
Notifications
You must be signed in to change notification settings - Fork 25.3k
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
A bit stuck #11225
Comments
@dirkesquire Thanks for trying out Blazor! The Blazor Visual Studio extension is only for Visual Studio on Windows. Visual Studio for Mac uses a different extensibility model. Unfortunately, we don't have support for Blazor/Razor Components tooling and templates on Visual Studio for Mac just yet, but it's something we do plan to get to: dotnet/aspnetcore#5490. You can however use the .NET Core SDK to create, build, and run Blazor/Razor Component projects and then use a simple text editor (like Visual Studio Code) to edit your component files. |
Great thanks for confirming. I just wish this was clear in the article as it does not really say that this is for Windows developers only? |
Yes, we don’t have support for Blazor in Visual Studio for Mac yet, but it is on our roadmap. We have some more fundamental features that we are focused on at this time. |
Trying to follow the instructions and did all the pre-requisuites except that Visual Studio 2019 Preview for Mac doesn't seem to want to install the Blazor .vsix extension. In fact it doesn't seem to recognise .vsix as a valid extension file. How do we install the Blazor extension for VS 2019 Preview for Mac?
Document details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: