Flow RootNamespace from MSBuild (dotnet/aspnetcore-tooling#331)

- Flow Root namespace through in command line builds

- Flow Root namespace through in design time builds

- Feedback\n\nCommit migrated from 057d4f3570
This commit is contained in:
Ajay Bhargav Baaskaran 2019-03-13 14:18:07 -07:00 committed by GitHub
parent 6747e90b05
commit ec503be2d5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace Microsoft.AspNetCore.Razor.Performance
var root = current;
var projectRoot = Path.Combine(root.FullName, "test", "testapps", "LargeProject");
HostProject = new HostProject(Path.Combine(projectRoot, "LargeProject.csproj"), FallbackRazorConfiguration.MVC_2_1);
HostProject = new HostProject(Path.Combine(projectRoot, "LargeProject.csproj"), FallbackRazorConfiguration.MVC_2_1, rootNamespace: null);
TextLoaders = new TextLoader[4];
for (var i = 0; i < 4; i++)