We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c52f7 commit b56cdf9Copy full SHA for b56cdf9
src/libraries/System.Runtime.Loader/tests/ApplyUpdateTest.cs
@@ -834,6 +834,7 @@ public static void TestReflectionAddNewMethod()
834
});
835
}
836
837
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/87574", TestRuntimes.CoreCLR)]
838
[ConditionalFact(typeof(ApplyUpdateUtil), nameof(ApplyUpdateUtil.IsSupported))]
839
public static void TestGenericAddStaticField()
840
{
@@ -866,6 +867,7 @@ public static void TestGenericAddStaticField()
866
867
868
869
870
871
872
public static void TestGenericAddInstanceField()
873
0 commit comments