This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Expose FilePath
on MappingLocation
to let Razor editor know mapping origination. #552
Closed
Description
Today the Razor editor has to jump through hoops to determine if a projected mapping location originated from the current file or from a _ViewImports.cshtml
. Due to their roundabout way of determining a mappings original location it can occasionally be wrong. We should expose what file created the mapping location so tooling can respond accordingly.