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

Razor Components support for VS4Mac #5490

Closed
mhciael opened this issue Mar 23, 2018 · 21 comments
Closed

Razor Components support for VS4Mac #5490

mhciael opened this issue Mar 23, 2018 · 21 comments
Labels
area-blazor Includes: Blazor, Razor Components Components Big Rock This issue tracks a big effort which can span multiple issues enhancement This issue represents an ask for new feature or an enhancement to an existing one External This is an issue in a component not contained in this repository. It is open for tracking purposes.

Comments

@mhciael
Copy link

mhciael commented Mar 23, 2018

I think that means I need an mpack instead of a vsix?

@danroth27 danroth27 changed the title ASP.NET Core Blazor Language Services for Mac? ASP.NET Core Blazor Language Services for Mac Mar 23, 2018
@danroth27
Copy link
Member

danroth27 commented Mar 23, 2018

@rynowak Edit: I'm hijacking Dan's cool comment to track the progress of this because it's under way!

TODO:

  • Working intellisense and editing experience
  • Discovery of Tag Helpers for built-in components
  • Discovery of Tag Helpers for user-authored components
  • Resolve C# 7.3 support
  • Templates
  • Reload support
  • Docs and instructions

@danroth27
Copy link
Member

We're going to take a look at this and see how far we can get with the latest VS for Mac preview.

@danroth27
Copy link
Member

Didn't make it for 0.2.0. Moving to next milestone

@danroth27 danroth27 changed the title ASP.NET Core Blazor Language Services for Mac Blazor Language Services for Mac Apr 20, 2018
@vertonghenb
Copy link
Contributor

vertonghenb commented May 22, 2018

Any help required with this or are we waiting on the Visual Studio for Mac team?

@danroth27
Copy link
Member

No help required at this time. We're still working with the VS for Mac folks on this. No ETA at this time.

@stefandevo
Copy link

This does seem to work in Visual Code...

@hcientist
Copy link

sorry @stefandevo, just to be sure, are you on MacOS?

@stefandevo
Copy link

@hcientist yes, running the FlightFinder

@vertonghenb
Copy link
Contributor

C# 7.3 for Visual Studio Mac will be supported soon :
https://developercommunity.visualstudio.com/content/problem/294400/support-c-73.html

@nathanielcook
Copy link

Looks like C# 7.3 on macOS is only partially implemented. Still not supported by the csc command. See mono/mono#9796

@vertonghenb
Copy link
Contributor

vertonghenb commented Aug 21, 2018

In the latest version of visual for Mac (preview) its now possible to run and build blazor apps!
Any update on the tooling yet? What is holding us back?

@danroth27
Copy link
Member

@vertonghenb It's certainly something we want to do. It's just a matter of time and resources.

@vertonghenb
Copy link
Contributor

@danroth27
Well I'm just a bit confused since it's number 2 in the priority backlog. https://github.com/aspnet/Blazor/projects/3

I know there are more important features out there, I would just like to know the roadmap and where we can place this issue in it.

Not so long ago there was a demo if Razor tooling in VS Code on live.asp.net, do we intent to initially support vs code or is the road to support VS for Mac shorter? Can the community help out to tackle this?

@danroth27
Copy link
Member

I know there are more important features out there, I would just like to know the roadmap and where we can place this issue in it.

That's completely reasonable. The priority backlog is a bit stale right now. I'll make sure it gets updated.

Not so long ago there was a demo if Razor tooling in VS Code on live.asp.net, do we intent to initially support vs code or is the road to support VS for Mac shorter? Can the community help out to tackle this?

We intend to support both. We had investigated supporting VS for Mac a while back and hit some blocking issues with the Razor tooling that we need to revisit. Currently we're investigating what it would take to get basic Razor tooling support in VSCode. While the foundational piece we need in VS for Mac are further along, we think there's probably more value in VSCode tooling as that's currently the tool of choice for lots of web developers.

@aspnet-hello aspnet-hello transferred this issue from dotnet/blazor Dec 17, 2018
@aspnet-hello aspnet-hello assigned rynowak and unassigned rynowak Dec 17, 2018
@aspnet-hello aspnet-hello added this to the Backlog milestone Dec 17, 2018
@aspnet-hello aspnet-hello added area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates enhancement This issue represents an ask for new feature or an enhancement to an existing one area-blazor Includes: Blazor, Razor Components labels Dec 17, 2018
@danroth27 danroth27 changed the title Blazor Language Services for Mac Razor Components support for VS4Mac Jan 4, 2019
@rynowak rynowak added the Components Big Rock This issue tracks a big effort which can span multiple issues label Mar 4, 2019
@rynowak rynowak mentioned this issue Mar 4, 2019
56 tasks
@rynowak rynowak removed their assignment Apr 1, 2019
@mkArtakMSFT mkArtakMSFT removed area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels May 9, 2019
@leebenson
Copy link

Just curious if there's any new ETA for .razor Intellisense support in VS4Mac, with the advent of .NET Core 3.0 and Blazor in official preview now? Thanks @danroth27 and team.

@mkArtakMSFT mkArtakMSFT modified the milestones: Backlog, 5.0.0-preview1 Oct 9, 2019
@danroth27
Copy link
Member

@leebenson We're hoping to deliver Blazor tooling support for VS4Mac in the 8.4 release of VS4Mac.

/cc @sayedihashimi

@sayedihashimi
Copy link
Member

Yes that is correct, we (Visual Studio for Mac) are working on Blazor server side support currently and hoping to get it in the 8.4 release as Dan mentioned above.

@mrlife
Copy link
Contributor

mrlife commented Oct 9, 2019

@sayedihashimi Any info yet on when the 8.4 preview will be out?

@sayedihashimi
Copy link
Member

@mrlife I don't have any specific dates to share at this time, but my guess is that it should be before the end of the year [no promises as usual :)]

@mkArtakMSFT mkArtakMSFT added External This is an issue in a component not contained in this repository. It is open for tracking purposes. cost: 0 labels Jan 10, 2020
@mkArtakMSFT
Copy link
Member

We're closing this as there is no action for us to take here. The support is already in preview in VS4Mac 8.4.

@sayedihashimi
Copy link
Member

For those interested we added support for Razor Components & Blazor in 8.4 which was recently released https://devblogs.microsoft.com/visualstudio/visual-studio-2019-for-mac-version-8-4-is-now-available/.

@ghost ghost locked as resolved and limited conversation to collaborators Feb 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components Components Big Rock This issue tracks a big effort which can span multiple issues enhancement This issue represents an ask for new feature or an enhancement to an existing one External This is an issue in a component not contained in this repository. It is open for tracking purposes.
Projects
None yet
Development

No branches or pull requests