Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit e97e222

Browse files
committed
Merge branch 'master' into refactor/sdk-csproj
Conflicts: test/Helpers/SplatModeDetectorSetUp.cs
2 parents b1958bd + 3b49cdb commit e97e222

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/Helpers/SplatModeDetectorSetUp.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@
66
[SetUpFixture]
77
public class SplatModeDetectorSetUp
88
{
9-
static SplatModeDetectorSetUp()
10-
{
11-
// HACK: Force .NET 4.5 version of Splat to load when executing inside NCrunch
12-
var ncrunchAsms = Environment.GetEnvironmentVariable("NCrunch.AllAssemblyLocations")?.Split(';');
13-
if (ncrunchAsms != null)
14-
{
15-
ncrunchAsms.Where(x => x.EndsWith(@"\Net45\Splat.dll", StringComparison.OrdinalIgnoreCase)).Select(Assembly.LoadFrom).FirstOrDefault();
16-
}
17-
}
18-
199
[OneTimeSetUp]
2010
public void RunBeforeAnyTests()
2111
{

0 commit comments

Comments
 (0)