We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c61179 commit 01ec93dCopy full SHA for 01ec93d
src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs
@@ -5,6 +5,7 @@
5
using System.Net.Http;
6
using System.Reflection;
7
using Microsoft.AspNetCore.Hosting;
8
+using Microsoft.AspNetCore.InternalTesting;
9
using Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation;
10
using Microsoft.AspNetCore.Mvc.Testing;
11
using Microsoft.AspNetCore.TestHost;
src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs
@@ -4,6 +4,7 @@
4
0 commit comments