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:
parent
6747e90b05
commit
ec503be2d5
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue