From f68280bc1b06d4f57b8a41ae8f9c443d0952da34 Mon Sep 17 00:00:00 2001 From: mgravell Date: Mon, 16 Nov 2020 14:52:20 +0000 Subject: [PATCH] disable xunit shadow copy in tests --- tests/Dapper.Tests.Contrib/Dapper.Tests.Contrib.csproj | 4 ++++ tests/Dapper.Tests.Contrib/xunit.runner.json | 4 ++++ tests/Dapper.Tests/Dapper.Tests.csproj | 6 ++++++ tests/Dapper.Tests/xunit.runner.json | 4 ++++ 4 files changed, 18 insertions(+) create mode 100644 tests/Dapper.Tests.Contrib/xunit.runner.json create mode 100644 tests/Dapper.Tests/xunit.runner.json diff --git a/tests/Dapper.Tests.Contrib/Dapper.Tests.Contrib.csproj b/tests/Dapper.Tests.Contrib/Dapper.Tests.Contrib.csproj index ee0dd6f38..333da6238 100644 --- a/tests/Dapper.Tests.Contrib/Dapper.Tests.Contrib.csproj +++ b/tests/Dapper.Tests.Contrib/Dapper.Tests.Contrib.csproj @@ -8,6 +8,10 @@ + + + PreserveNewest + diff --git a/tests/Dapper.Tests.Contrib/xunit.runner.json b/tests/Dapper.Tests.Contrib/xunit.runner.json new file mode 100644 index 000000000..f23143776 --- /dev/null +++ b/tests/Dapper.Tests.Contrib/xunit.runner.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://xunit.net/schema/current/xunit.runner.schema.json", + "shadowCopy": false +} \ No newline at end of file diff --git a/tests/Dapper.Tests/Dapper.Tests.csproj b/tests/Dapper.Tests/Dapper.Tests.csproj index 7ea9f543f..5f74e4b84 100644 --- a/tests/Dapper.Tests/Dapper.Tests.csproj +++ b/tests/Dapper.Tests/Dapper.Tests.csproj @@ -22,6 +22,8 @@ + + @@ -32,5 +34,9 @@ + + + PreserveNewest + diff --git a/tests/Dapper.Tests/xunit.runner.json b/tests/Dapper.Tests/xunit.runner.json new file mode 100644 index 000000000..f23143776 --- /dev/null +++ b/tests/Dapper.Tests/xunit.runner.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://xunit.net/schema/current/xunit.runner.schema.json", + "shadowCopy": false +} \ No newline at end of file