Work around XUnit FileLoadException issues (dotnet/coreclr#20644)
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Wed, 31 Oct 2018 16:28:09 +0000 (09:28 -0700)
committerGitHub <noreply@github.com>
Wed, 31 Oct 2018 16:28:09 +0000 (09:28 -0700)
commitc7570afb8695068e96e2e4bff9c1d9472ecb6099
treef4fcaaa43818b7f4f279b770a9cee680687ae089
parent0a6cc70514d5728e538a833778c3ed571ebb97ec
Work around XUnit FileLoadException issues (dotnet/coreclr#20644)

In order to mitigate System.IO.FileLoadException we built our own xunit.console.dll with ConcurrentDictionary used for DependencyContextAssemblyCache.managedAssemblyCache instead of Dictionary and use this instead of the one pulled from NuGet.

Commit migrated from https://github.com/dotnet/coreclr/commit/4bcbb70ea3b20b959c50eb7132783ead33e2e1e9
src/coreclr/tests/runtest.py