-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In Net Core 2.0 is implemented a more aggressive method for finalizat…
…ion (see https://github.com/dotnet/coreclr/issues/5826#issuecomment-226574611) this helpers did not make sense.
- Loading branch information
1 parent
03a3ed6
commit 9e5c220
Showing
4 changed files
with
7 additions
and
80 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.