Contributes to https://github.com/mono/mono/issues/15142
}
[Theory]
- [ActiveIssue("https://github.com/mono/mono/issues/15142", TestRuntimes.Mono)]
[InlineData("AssemblyLoadContextCollectible", true)]
[InlineData("AssemblyLoadContextNonCollectible", false)]
public static void PublicConstructor_Theory(string name, bool isCollectible)
}
[Fact]
- [ActiveIssue("https://github.com/mono/mono/issues/15142", TestRuntimes.Mono)]
public static void Finalizer_CollectibleWithNoAssemblyLoaded()
{
// Use a collectible ALC, let the finalizer call Unload