Work around XUnit FileLoadException issues (#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)
commit4bcbb70ea3b20b959c50eb7132783ead33e2e1e9
treed1904a623c691fc17cb2d59de40678f38163a2e8
parent2e10a478d9a73a4f213dd30b95afadbe3594925e
Work around XUnit FileLoadException issues (#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.
tests/runtest.py