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 78df079cffaae189759096ac6d66217fba2ba238
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 78df079cffaae189759096ac6d66217fba2ba238