razor
razor copied to clipboard
Add component source mapping
Fixes https://github.com/dotnet/razor/issues/7213. Fixes https://github.com/dotnet/razor/issues/7097.
With cohosting the current plan is to stop using any kind of span mapping service, and just rely on enhanced #line directives. We'll have to come up with another approach with that in mind, maybe after cohosting so we have the option of new Roslyn services or something.