dotnet / razor

Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
https://asp.net
MIT License
501 stars 193 forks source link

Provide source map data for web live preview tooling #7659

Open timheuer opened 4 years ago

timheuer commented 4 years ago

Improve source info/context details for web tooling

Web tooling is enabling new preview and design-mode capabilities in Visual Studio. Initial preview release supports ASP.NET Framework (https://aka.ms/weblivepreview) and we want to support ASP.NET Core projects as well. During initial design discussions we've identified with ASP.NET Core team some of the differences in mapping data/events we get from the framework and need some additional information from the ASP.NET Core runtime per discussions.

Our initial feedback has been to ensure we have support for ASP.NET Core (Razor) and Blazor project types. These may require different designs for Blazor, but we know we have some information already for ASP.NET Core that we need some additional context data.

NTaylorMullen commented 4 years ago

Costs break down are below for MVC & Razor Pages (not Blazor) if I did the work. Would be longer for someone with less context

mkArtakMSFT commented 3 years ago

@timheuer is this still important given that Hot Reload is now supported in VS?

ghost commented 3 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

timheuer commented 3 years ago

I think this compliments the HR experience still. Would like to keep the discussion alive on this /cc @sayedihashimi

sayedihashimi commented 2 years ago

Yes we would need this to be able to offer a designer type of experience.