We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ef751 commit 3f3f522Copy full SHA for 3f3f522
src/libraries/System.Runtime/tests/System/Attributes.cs
@@ -42,6 +42,7 @@ public void TestIsDefined()
42
}
43
44
[Fact]
45
+ [ActiveIssue("https://github.com/dotnet/linker/issues/2078" /* NativeAot */)]
46
public void IsDefined_PropertyInfo()
47
{
48
PropertyInfo pi = typeof(TestBase).GetProperty("PropBase3");
src/libraries/System.Runtime/tests/System/Reflection/CustomAttributeDataTests.cs
@@ -75,6 +75,7 @@ public static void Test_CustomAttribute_Constructor_CrossAssembly1()
75
76
77
[ComVisible(false)]
78
79
public static void Test_CustomAttribute_Constructor_CrossAssembly2()
80
81
MethodInfo m = (MethodInfo)MethodBase.GetCurrentMethod();
0 commit comments