For a view file located in a path:
Views\123\Index.cshtml
The FileNamespace in VS is generated as
Views._123
While the MsBuild task does not include the leading underscore and generates it as
Views.123
This prevents compilation.
Comments: Fixed in changeset 95f0591174e85ba7333c8c42dda513904e0a7613
Views\123\Index.cshtml
The FileNamespace in VS is generated as
Views._123
While the MsBuild task does not include the leading underscore and generates it as
Views.123
This prevents compilation.
Comments: Fixed in changeset 95f0591174e85ba7333c8c42dda513904e0a7613