diff --git a/test/Microsoft.AspNetCore.Mvc.Razor.Extensions.Test/xunit.runner.json b/test/Microsoft.AspNetCore.Mvc.Razor.Extensions.Test/xunit.runner.json
index 78c070e832..fcf172c8fc 100644
--- a/test/Microsoft.AspNetCore.Mvc.Razor.Extensions.Test/xunit.runner.json
+++ b/test/Microsoft.AspNetCore.Mvc.Razor.Extensions.Test/xunit.runner.json
@@ -1,3 +1,4 @@
{
+ "methodDisplay": "method",
"shadowCopy": false
}
\ No newline at end of file
diff --git a/test/Microsoft.AspNetCore.Razor.Language.Test/Microsoft.AspNetCore.Razor.Language.Test.csproj b/test/Microsoft.AspNetCore.Razor.Language.Test/Microsoft.AspNetCore.Razor.Language.Test.csproj
index 5bfa27170f..676c599f6d 100644
--- a/test/Microsoft.AspNetCore.Razor.Language.Test/Microsoft.AspNetCore.Razor.Language.Test.csproj
+++ b/test/Microsoft.AspNetCore.Razor.Language.Test/Microsoft.AspNetCore.Razor.Language.Test.csproj
@@ -10,6 +10,7 @@
+
diff --git a/test/Microsoft.AspNetCore.Razor.Language.Test/xunit.runner.json b/test/Microsoft.AspNetCore.Razor.Language.Test/xunit.runner.json
new file mode 100644
index 0000000000..fcf172c8fc
--- /dev/null
+++ b/test/Microsoft.AspNetCore.Razor.Language.Test/xunit.runner.json
@@ -0,0 +1,4 @@
+{
+ "methodDisplay": "method",
+ "shadowCopy": false
+}
\ No newline at end of file
diff --git a/test/Microsoft.AspNetCore.Razor.Runtime.Test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj b/test/Microsoft.AspNetCore.Razor.Runtime.Test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj
index de12a11fd3..ea52a50628 100644
--- a/test/Microsoft.AspNetCore.Razor.Runtime.Test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj
+++ b/test/Microsoft.AspNetCore.Razor.Runtime.Test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj
@@ -8,6 +8,10 @@
$(DefaultItemExcludes);TestFiles\**\*
+
+
+
+
diff --git a/test/Microsoft.AspNetCore.Razor.Runtime.Test/xunit.runner.json b/test/Microsoft.AspNetCore.Razor.Runtime.Test/xunit.runner.json
new file mode 100644
index 0000000000..fcf172c8fc
--- /dev/null
+++ b/test/Microsoft.AspNetCore.Razor.Runtime.Test/xunit.runner.json
@@ -0,0 +1,4 @@
+{
+ "methodDisplay": "method",
+ "shadowCopy": false
+}
\ No newline at end of file
diff --git a/test/Microsoft.CodeAnalysis.Razor.Test/xunit.runner.json b/test/Microsoft.CodeAnalysis.Razor.Test/xunit.runner.json
index 34b2fe2cdd..c04bb61fe6 100644
--- a/test/Microsoft.CodeAnalysis.Razor.Test/xunit.runner.json
+++ b/test/Microsoft.CodeAnalysis.Razor.Test/xunit.runner.json
@@ -1,3 +1,4 @@
{
+ "methodDisplay": "method",
"shadowCopy": false
}
\ No newline at end of file
diff --git a/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj b/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj
index 78272f169a..62109a0855 100644
--- a/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj
+++ b/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj
@@ -14,7 +14,7 @@
-
+
diff --git a/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/xunit.runner.json b/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/xunit.runner.json
index 34b2fe2cdd..c04bb61fe6 100644
--- a/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/xunit.runner.json
+++ b/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/xunit.runner.json
@@ -1,3 +1,4 @@
{
+ "methodDisplay": "method",
"shadowCopy": false
}
\ No newline at end of file
diff --git a/test/RazorPageGenerator.Test/RazorPageGenerator.Test.csproj b/test/RazorPageGenerator.Test/RazorPageGenerator.Test.csproj
index 556273908c..fd1a3665fc 100644
--- a/test/RazorPageGenerator.Test/RazorPageGenerator.Test.csproj
+++ b/test/RazorPageGenerator.Test/RazorPageGenerator.Test.csproj
@@ -10,6 +10,10 @@
$(DefaultItemExcludes);TestFiles\**\*
+
+
+
+
diff --git a/test/RazorPageGenerator.Test/xunit.runner.json b/test/RazorPageGenerator.Test/xunit.runner.json
new file mode 100644
index 0000000000..fcf172c8fc
--- /dev/null
+++ b/test/RazorPageGenerator.Test/xunit.runner.json
@@ -0,0 +1,4 @@
+{
+ "methodDisplay": "method",
+ "shadowCopy": false
+}
\ No newline at end of file