Skip to content

Commit

Permalink
In Net Core 2.0 is implemented a more aggressive method for finalizat…
Browse files Browse the repository at this point in the history
…ion (see https://github.com/dotnet/coreclr/issues/5826#issuecomment-226574611) this helpers did not make sense.
  • Loading branch information
MBaldessari77 committed Feb 4, 2018
1 parent 03a3ed6 commit 9e5c220
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 80 deletions.
37 changes: 0 additions & 37 deletions FxCommonStandard.Tests/GCExtesionsTest.cs

This file was deleted.

22 changes: 0 additions & 22 deletions FxCommonStandard.Tests/TestDoubles/LifeTimeSpyStub.cs

This file was deleted.

7 changes: 7 additions & 0 deletions FxCommonStandard.Tests/TestDoubles/RootClass.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace FxCommonStandard.Tests.TestDoubles
{
public class RootClass
{
public static readonly object RootObject = new object();
}
}
21 changes: 0 additions & 21 deletions FxCommonStandard/Extensions/GCExtensions.cs

This file was deleted.

0 comments on commit 9e5c220

Please sign in to comment.