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.
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.