From 045378f265bcc732f1b2b9793434f6c4171e58f2 Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Tue, 18 Aug 2015 16:20:43 -0700 Subject: [PATCH] This adds xUnit config settings per Unit Test Assembly --- .../CommandLine/CSharpCommandLineTest.csproj | 1 + src/Compilers/CSharp/Test/CommandLine/app.config | 8 ++++++++ .../Test/Emit/CSharpCompilerEmitTest.csproj | 1 + src/Compilers/CSharp/Test/Emit/app.config | 8 ++++++++ .../Semantic/CSharpCompilerSemanticTest.csproj | 1 + src/Compilers/CSharp/Test/Semantic/app.config | 8 ++++++++ .../Test/Symbol/CSharpCompilerSymbolTest.csproj | 1 + src/Compilers/CSharp/Test/Symbol/app.config | 8 ++++++++ .../Test/Syntax/CSharpCompilerSyntaxTest.csproj | 1 + src/Compilers/CSharp/Test/Syntax/app.config | 8 ++++++++ .../CSharp/Test/WinRT/CSharpWinRTTest.csproj | 1 + src/Compilers/CSharp/Test/WinRT/app.config | 8 ++++++++ .../CodeAnalysisTest/CodeAnalysisTest.csproj | 1 + src/Compilers/Core/CodeAnalysisTest/app.config | 8 ++++++++ .../MSBuildTaskTests/MSBuildTaskTests.csproj | 1 + src/Compilers/Core/MSBuildTaskTests/app.config | 8 ++++++++ .../VBCSCompilerTests/VBCSCompilerTests.csproj | 1 + src/Compilers/Core/VBCSCompilerTests/app.config | 8 ++++++++ .../CSharp/CSharpCompilerTestUtilities.csproj | 1 + src/Compilers/Test/Utilities/CSharp/app.config | 8 ++++++++ .../BasicCompilerTestUtilities.vbproj | 1 + .../Test/Utilities/VisualBasic/app.config | 8 ++++++++ .../Test/CommandLine/BasicCommandLineTest.vbproj | 1 + .../VisualBasic/Test/CommandLine/app.config | 8 ++++++++ .../Test/Emit/BasicCompilerEmitTest.vbproj | 1 + src/Compilers/VisualBasic/Test/Emit/app.config | 8 ++++++++ .../Semantic/BasicCompilerSemanticTest.vbproj | 1 + .../VisualBasic/Test/Semantic/app.config | 8 ++++++++ .../Test/Symbol/BasicCompilerSymbolTest.vbproj | 1 + src/Compilers/VisualBasic/Test/Symbol/app.config | 8 ++++++++ .../Test/Syntax/BasicCompilerSyntaxTest.vbproj | 1 + src/Compilers/VisualBasic/Test/Syntax/app.config | 8 ++++++++ ...oft.DiaSymReader.PortablePdb.UnitTests.csproj | 1 + .../app.config | 8 ++++++++ src/EditorFeatures/CSharpTest/app.config | 5 +++++ src/EditorFeatures/Test/app.config | 5 +++++ src/EditorFeatures/Test2/app.config | 5 +++++ .../TestUtilities/ServicesTestUtilities.csproj | 1 + src/EditorFeatures/TestUtilities/app.config | 8 ++++++++ src/EditorFeatures/VisualBasicTest/app.config | 5 +++++ .../CSharpExpressionCompilerTest.csproj | 1 + .../CSharp/Test/ExpressionCompiler/app.config | 8 ++++++++ .../CSharpResultProviderTest.csproj | 1 + .../CSharp/Test/ResultProvider/app.config | 8 ++++++++ .../ExpressionCompilerTestUtilities.csproj | 1 + .../Core/Test/ExpressionCompiler/app.config | 8 ++++++++ .../ResultProviderTestUtilities.csproj | 1 + .../Core/Test/ResultProvider/app.config | 8 ++++++++ .../BasicExpressionCompilerTest.vbproj | 1 + .../Test/ExpressionCompiler/app.config | 8 ++++++++ .../BasicResultProviderTest.vbproj | 1 + .../VisualBasic/Test/ResultProvider/app.config | 8 ++++++++ .../HostTest/InteractiveHostTest.csproj | 1 + src/Interactive/HostTest/app.config | 8 ++++++++ .../EditorTest/InteractiveWindowTest.csproj | 1 + src/InteractiveWindow/EditorTest/app.config | 8 ++++++++ ...ementNotifyPropertyChangedCS.UnitTests.csproj | 1 + .../Test/app.config | 8 ++++++++ .../MakeConst/Test/MakeConstCS.UnitTests.csproj | 1 + src/Samples/CSharp/MakeConst/Test/app.config | 8 ++++++++ .../UnitTestFramework/UnitTestFramework.csproj | 1 + src/Samples/Shared/UnitTestFramework/app.config | 8 ++++++++ .../ConvertToAutoPropertyVB.UnitTests.vbproj | 1 + .../ConvertToAutoProperty/Test/app.config | 8 ++++++++ ...ementNotifyPropertyChangedVB.UnitTests.vbproj | 1 + .../Test/app.config | 8 ++++++++ .../MakeConst/Test/MakeConstVB.UnitTests.vbproj | 1 + .../VisualBasic/MakeConst/Test/app.config | 11 +++++++++++ .../CSharpTest/CSharpScriptingTest.csproj | 1 + src/Scripting/CSharpTest/app.config | 8 ++++++++ src/Scripting/CoreTest/ScriptingTest.csproj | 4 ++++ src/Scripting/CoreTest/app.config | 8 ++++++++ .../VisualBasicTest/BasicScriptingTest.vbproj | 1 + src/Scripting/VisualBasicTest/app.config | 8 ++++++++ src/Test/Utilities/App.config | 16 ++++++++++++++++ .../Desktop/TestUtilities.Desktop.csproj | 1 + .../Portable.FX45/TestUtilities.FX45.csproj | 4 ++++ src/Test/Utilities/Portable/TestUtilities.csproj | 1 + src/VisualStudio/CSharp/Test/app.config | 5 +++++ src/VisualStudio/Core/Test/app.config | 5 +++++ .../CSharpTest/CSharpServicesTest.csproj | 1 + src/Workspaces/CSharpTest/app.config | 8 ++++++++ src/Workspaces/CoreTest/app.config | 5 +++++ .../VisualBasicServicesTest.vbproj | 1 + src/Workspaces/VisualBasicTest/app.config | 8 ++++++++ 85 files changed, 396 insertions(+) create mode 100644 src/Compilers/CSharp/Test/CommandLine/app.config create mode 100644 src/Compilers/CSharp/Test/Emit/app.config create mode 100644 src/Compilers/CSharp/Test/Semantic/app.config create mode 100644 src/Compilers/CSharp/Test/Symbol/app.config create mode 100644 src/Compilers/CSharp/Test/Syntax/app.config create mode 100644 src/Compilers/CSharp/Test/WinRT/app.config create mode 100644 src/Compilers/Core/CodeAnalysisTest/app.config create mode 100644 src/Compilers/Core/MSBuildTaskTests/app.config create mode 100644 src/Compilers/Core/VBCSCompilerTests/app.config create mode 100644 src/Compilers/Test/Utilities/CSharp/app.config create mode 100644 src/Compilers/Test/Utilities/VisualBasic/app.config create mode 100644 src/Compilers/VisualBasic/Test/CommandLine/app.config create mode 100644 src/Compilers/VisualBasic/Test/Emit/app.config create mode 100644 src/Compilers/VisualBasic/Test/Semantic/app.config create mode 100644 src/Compilers/VisualBasic/Test/Symbol/app.config create mode 100644 src/Compilers/VisualBasic/Test/Syntax/app.config create mode 100644 src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/app.config create mode 100644 src/EditorFeatures/TestUtilities/app.config create mode 100644 src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/app.config create mode 100644 src/ExpressionEvaluator/CSharp/Test/ResultProvider/app.config create mode 100644 src/ExpressionEvaluator/Core/Test/ExpressionCompiler/app.config create mode 100644 src/ExpressionEvaluator/Core/Test/ResultProvider/app.config create mode 100644 src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/app.config create mode 100644 src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/app.config create mode 100644 src/Interactive/HostTest/app.config create mode 100644 src/InteractiveWindow/EditorTest/app.config create mode 100644 src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/app.config create mode 100644 src/Samples/CSharp/MakeConst/Test/app.config create mode 100644 src/Samples/Shared/UnitTestFramework/app.config create mode 100644 src/Samples/VisualBasic/ConvertToAutoProperty/Test/app.config create mode 100644 src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/app.config create mode 100644 src/Samples/VisualBasic/MakeConst/Test/app.config create mode 100644 src/Scripting/CSharpTest/app.config create mode 100644 src/Scripting/CoreTest/app.config create mode 100644 src/Scripting/VisualBasicTest/app.config create mode 100644 src/Test/Utilities/App.config create mode 100644 src/Workspaces/CSharpTest/app.config create mode 100644 src/Workspaces/VisualBasicTest/app.config diff --git a/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj b/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj index 0a14c499080..0e632f6614d 100644 --- a/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj +++ b/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj @@ -92,6 +92,7 @@ csc.rsp + diff --git a/src/Compilers/CSharp/Test/CommandLine/app.config b/src/Compilers/CSharp/Test/CommandLine/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/CSharp/Test/CommandLine/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj b/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj index 17d6b425fa2..73a94bdb891 100644 --- a/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj +++ b/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj @@ -184,6 +184,7 @@ + diff --git a/src/Compilers/CSharp/Test/Emit/app.config b/src/Compilers/CSharp/Test/Emit/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/CSharp/Test/Emit/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj b/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj index 25fc180195d..86639cb65bc 100644 --- a/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj +++ b/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj @@ -135,6 +135,7 @@ + diff --git a/src/Compilers/CSharp/Test/Semantic/app.config b/src/Compilers/CSharp/Test/Semantic/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/CSharp/Test/Semantic/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj b/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj index af46d7e8433..5e58f2e0db2 100644 --- a/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj +++ b/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj @@ -189,6 +189,7 @@ + diff --git a/src/Compilers/CSharp/Test/Symbol/app.config b/src/Compilers/CSharp/Test/Symbol/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/CSharp/Test/Symbol/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj b/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj index 35dd3936d5c..63cc2a48513 100644 --- a/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj +++ b/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj @@ -163,6 +163,7 @@ + diff --git a/src/Compilers/CSharp/Test/Syntax/app.config b/src/Compilers/CSharp/Test/Syntax/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/CSharp/Test/Syntax/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj b/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj index 11dde9b404d..c8954dbc2e9 100644 --- a/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj +++ b/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj @@ -55,6 +55,7 @@ + diff --git a/src/Compilers/CSharp/Test/WinRT/app.config b/src/Compilers/CSharp/Test/WinRT/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/CSharp/Test/WinRT/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj b/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj index 033392834f5..1b7ced21708 100644 --- a/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj +++ b/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj @@ -165,6 +165,7 @@ + diff --git a/src/Compilers/Core/CodeAnalysisTest/app.config b/src/Compilers/Core/CodeAnalysisTest/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/Core/CodeAnalysisTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj b/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj index 8314aae75e0..9fd25bfacb2 100644 --- a/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj +++ b/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj @@ -96,6 +96,7 @@ + diff --git a/src/Compilers/Core/MSBuildTaskTests/app.config b/src/Compilers/Core/MSBuildTaskTests/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/Core/MSBuildTaskTests/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/Core/VBCSCompilerTests/VBCSCompilerTests.csproj b/src/Compilers/Core/VBCSCompilerTests/VBCSCompilerTests.csproj index 321cab88b98..24bdde1a147 100644 --- a/src/Compilers/Core/VBCSCompilerTests/VBCSCompilerTests.csproj +++ b/src/Compilers/Core/VBCSCompilerTests/VBCSCompilerTests.csproj @@ -111,6 +111,7 @@ + diff --git a/src/Compilers/Core/VBCSCompilerTests/app.config b/src/Compilers/Core/VBCSCompilerTests/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/Core/VBCSCompilerTests/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj b/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj index d7bf32d01eb..15764e8e345 100644 --- a/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj +++ b/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj @@ -92,6 +92,7 @@ + diff --git a/src/Compilers/Test/Utilities/CSharp/app.config b/src/Compilers/Test/Utilities/CSharp/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/Test/Utilities/CSharp/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj b/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj index aef254c7926..86b9e075b33 100644 --- a/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj +++ b/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj @@ -118,6 +118,7 @@ + diff --git a/src/Compilers/Test/Utilities/VisualBasic/app.config b/src/Compilers/Test/Utilities/VisualBasic/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/Test/Utilities/VisualBasic/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj b/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj index 5486278d9fa..21f9f161910 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj +++ b/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj @@ -128,6 +128,7 @@ My Settings.Designer.vb + diff --git a/src/Compilers/VisualBasic/Test/CommandLine/app.config b/src/Compilers/VisualBasic/Test/CommandLine/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/VisualBasic/Test/CommandLine/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj b/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj index 1e2c79b9c97..9ddd8fb998e 100644 --- a/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj @@ -255,6 +255,7 @@ + diff --git a/src/Compilers/VisualBasic/Test/Emit/app.config b/src/Compilers/VisualBasic/Test/Emit/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/VisualBasic/Test/Emit/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj b/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj index 23ec639e367..3bd042e5ce1 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj @@ -222,6 +222,7 @@ + diff --git a/src/Compilers/VisualBasic/Test/Semantic/app.config b/src/Compilers/VisualBasic/Test/Semantic/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/VisualBasic/Test/Semantic/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj b/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj index e112ae574a1..eaa7326b1ed 100644 --- a/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj @@ -173,6 +173,7 @@ + diff --git a/src/Compilers/VisualBasic/Test/Symbol/app.config b/src/Compilers/VisualBasic/Test/Symbol/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/VisualBasic/Test/Symbol/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj b/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj index f3d36e7a7da..93ce79ccbdd 100644 --- a/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj @@ -147,6 +147,7 @@ + diff --git a/src/Compilers/VisualBasic/Test/Syntax/app.config b/src/Compilers/VisualBasic/Test/Syntax/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Compilers/VisualBasic/Test/Syntax/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Microsoft.DiaSymReader.PortablePdb.UnitTests.csproj b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Microsoft.DiaSymReader.PortablePdb.UnitTests.csproj index 9b45959998f..f16306d569f 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Microsoft.DiaSymReader.PortablePdb.UnitTests.csproj +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Microsoft.DiaSymReader.PortablePdb.UnitTests.csproj @@ -103,6 +103,7 @@ + diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/app.config b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/EditorFeatures/CSharpTest/app.config b/src/EditorFeatures/CSharpTest/app.config index 5456dae4dc6..54f07776a53 100644 --- a/src/EditorFeatures/CSharpTest/app.config +++ b/src/EditorFeatures/CSharpTest/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/EditorFeatures/Test/app.config b/src/EditorFeatures/Test/app.config index 5456dae4dc6..54f07776a53 100644 --- a/src/EditorFeatures/Test/app.config +++ b/src/EditorFeatures/Test/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/EditorFeatures/Test2/app.config b/src/EditorFeatures/Test2/app.config index 5456dae4dc6..54f07776a53 100644 --- a/src/EditorFeatures/Test2/app.config +++ b/src/EditorFeatures/Test2/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj b/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj index bc2f05c99bb..fea235b4c67 100644 --- a/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj +++ b/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj @@ -87,6 +87,7 @@ + diff --git a/src/EditorFeatures/TestUtilities/app.config b/src/EditorFeatures/TestUtilities/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/EditorFeatures/TestUtilities/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/EditorFeatures/VisualBasicTest/app.config b/src/EditorFeatures/VisualBasicTest/app.config index 5456dae4dc6..54f07776a53 100644 --- a/src/EditorFeatures/VisualBasicTest/app.config +++ b/src/EditorFeatures/VisualBasicTest/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj index f137fed5563..082252c6450 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj @@ -102,6 +102,7 @@ + diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/app.config b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj index 2b9e584fde9..5d4f3b9d7b6 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj @@ -101,6 +101,7 @@ + diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/app.config b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj index b2a12c15f4d..7066df07080 100644 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj @@ -77,6 +77,7 @@ + diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/app.config b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj b/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj index 54c9032c46e..9adbbeb4ea8 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj @@ -158,6 +158,7 @@ + diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/app.config b/src/ExpressionEvaluator/Core/Test/ResultProvider/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj index b8fd397d916..cf30047f8ce 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj @@ -113,6 +113,7 @@ + diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/app.config b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj index fa0e296bef3..77ec44d9256 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj @@ -91,6 +91,7 @@ + diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/app.config b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Interactive/HostTest/InteractiveHostTest.csproj b/src/Interactive/HostTest/InteractiveHostTest.csproj index 527432cd446..06b5ca497ea 100644 --- a/src/Interactive/HostTest/InteractiveHostTest.csproj +++ b/src/Interactive/HostTest/InteractiveHostTest.csproj @@ -108,6 +108,7 @@ + diff --git a/src/Interactive/HostTest/app.config b/src/Interactive/HostTest/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Interactive/HostTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj b/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj index 714cb22d7b4..efca6680dc4 100644 --- a/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj +++ b/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj @@ -87,6 +87,7 @@ + diff --git a/src/InteractiveWindow/EditorTest/app.config b/src/InteractiveWindow/EditorTest/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/InteractiveWindow/EditorTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj index 28e96a5a0b1..b475786361f 100644 --- a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj @@ -17,6 +17,7 @@ v4.5.2 + diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/app.config b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Samples/CSharp/MakeConst/Test/MakeConstCS.UnitTests.csproj b/src/Samples/CSharp/MakeConst/Test/MakeConstCS.UnitTests.csproj index e6bb6bf78ec..d5bb6be3b9f 100644 --- a/src/Samples/CSharp/MakeConst/Test/MakeConstCS.UnitTests.csproj +++ b/src/Samples/CSharp/MakeConst/Test/MakeConstCS.UnitTests.csproj @@ -17,6 +17,7 @@ v4.5.2 + diff --git a/src/Samples/CSharp/MakeConst/Test/app.config b/src/Samples/CSharp/MakeConst/Test/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Samples/CSharp/MakeConst/Test/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj b/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj index b73c58ecdc2..34f3b22a243 100644 --- a/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj +++ b/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj @@ -59,6 +59,7 @@ + diff --git a/src/Samples/Shared/UnitTestFramework/app.config b/src/Samples/Shared/UnitTestFramework/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Samples/Shared/UnitTestFramework/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj index dfd6ac9abb2..29e170d9db5 100644 --- a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj @@ -72,6 +72,7 @@ + diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/app.config b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj index c3161383cfa..7d003192cf9 100644 --- a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj @@ -56,6 +56,7 @@ + diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/app.config b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Samples/VisualBasic/MakeConst/Test/MakeConstVB.UnitTests.vbproj b/src/Samples/VisualBasic/MakeConst/Test/MakeConstVB.UnitTests.vbproj index d2313a74bac..e340c166f51 100644 --- a/src/Samples/VisualBasic/MakeConst/Test/MakeConstVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/MakeConst/Test/MakeConstVB.UnitTests.vbproj @@ -78,6 +78,7 @@ + diff --git a/src/Samples/VisualBasic/MakeConst/Test/app.config b/src/Samples/VisualBasic/MakeConst/Test/app.config new file mode 100644 index 00000000000..6c21467b7bb --- /dev/null +++ b/src/Samples/VisualBasic/MakeConst/Test/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Scripting/CSharpTest/CSharpScriptingTest.csproj b/src/Scripting/CSharpTest/CSharpScriptingTest.csproj index af2e17626f1..3a11d36e472 100644 --- a/src/Scripting/CSharpTest/CSharpScriptingTest.csproj +++ b/src/Scripting/CSharpTest/CSharpScriptingTest.csproj @@ -70,6 +70,7 @@ + diff --git a/src/Scripting/CSharpTest/app.config b/src/Scripting/CSharpTest/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Scripting/CSharpTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Scripting/CoreTest/ScriptingTest.csproj b/src/Scripting/CoreTest/ScriptingTest.csproj index d4c12af9016..9cf385d557a 100644 --- a/src/Scripting/CoreTest/ScriptingTest.csproj +++ b/src/Scripting/CoreTest/ScriptingTest.csproj @@ -67,6 +67,10 @@ + + + + diff --git a/src/Scripting/CoreTest/app.config b/src/Scripting/CoreTest/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Scripting/CoreTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj b/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj index bbbe8c9a0da..3e67f73948d 100644 --- a/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj +++ b/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj @@ -63,6 +63,7 @@ + diff --git a/src/Scripting/VisualBasicTest/app.config b/src/Scripting/VisualBasicTest/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Scripting/VisualBasicTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Test/Utilities/App.config b/src/Test/Utilities/App.config new file mode 100644 index 00000000000..1fbaaf067c7 --- /dev/null +++ b/src/Test/Utilities/App.config @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj b/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj index 97d730025f7..bd0f6dd3505 100644 --- a/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj +++ b/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj @@ -161,6 +161,7 @@ + diff --git a/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj b/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj index 132933b5754..b8c46a4a390 100644 --- a/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj +++ b/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj @@ -65,6 +65,7 @@ +<<<<<<< HEAD true ..\..\..\..\Binaries\Debug\amd64 @@ -86,6 +87,8 @@ prompt MinimumRecommendedRules.ruleset +======= +>>>>>>> This adds xUnit config settings per Unit Test Assembly @@ -129,6 +132,7 @@ + diff --git a/src/Test/Utilities/Portable/TestUtilities.csproj b/src/Test/Utilities/Portable/TestUtilities.csproj index a567c21d984..312aba29922 100644 --- a/src/Test/Utilities/Portable/TestUtilities.csproj +++ b/src/Test/Utilities/Portable/TestUtilities.csproj @@ -113,6 +113,7 @@ + diff --git a/src/VisualStudio/CSharp/Test/app.config b/src/VisualStudio/CSharp/Test/app.config index 5456dae4dc6..54f07776a53 100644 --- a/src/VisualStudio/CSharp/Test/app.config +++ b/src/VisualStudio/CSharp/Test/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/VisualStudio/Core/Test/app.config b/src/VisualStudio/Core/Test/app.config index 5456dae4dc6..54f07776a53 100644 --- a/src/VisualStudio/Core/Test/app.config +++ b/src/VisualStudio/Core/Test/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/Workspaces/CSharpTest/CSharpServicesTest.csproj b/src/Workspaces/CSharpTest/CSharpServicesTest.csproj index fb5fcd89c27..7a23f57ec72 100644 --- a/src/Workspaces/CSharpTest/CSharpServicesTest.csproj +++ b/src/Workspaces/CSharpTest/CSharpServicesTest.csproj @@ -70,6 +70,7 @@ + diff --git a/src/Workspaces/CSharpTest/app.config b/src/Workspaces/CSharpTest/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Workspaces/CSharpTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Workspaces/CoreTest/app.config b/src/Workspaces/CoreTest/app.config index 390201d87c3..3ade2c54136 100644 --- a/src/Workspaces/CoreTest/app.config +++ b/src/Workspaces/CoreTest/app.config @@ -1,5 +1,10 @@ + + + + + diff --git a/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj b/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj index 4974fc22e82..3d322fee287 100644 --- a/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj +++ b/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj @@ -98,6 +98,7 @@ + diff --git a/src/Workspaces/VisualBasicTest/app.config b/src/Workspaces/VisualBasicTest/app.config new file mode 100644 index 00000000000..5860c794e48 --- /dev/null +++ b/src/Workspaces/VisualBasicTest/app.config @@ -0,0 +1,8 @@ + + + + + + + + -- GitLab