You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<value>Model building is not supported when publishing with NativeAOT. Use a compiled model.</value>
1087
+
<value>Model building is not supported when publishing with NativeAOT. Use a compiled model.</value>
1088
1088
</data>
1089
1089
<dataname="NavigationArray"xml:space="preserve">
1090
1090
<value>The type of navigation '{1_entityType}.{0_navigation}' is '{foundType}' which is an array type. Collection navigations cannot be arrays.</value>
@@ -756,6 +750,18 @@ public override DataTable GetSchemaTable()
756
750
}
757
751
758
752
returnschemaTable;
753
+
754
+
#if NET6_0_OR_GREATER
755
+
[UnconditionalSuppressMessage("Trimming","IL2111:Method with parameters or return value with `DynamicallyAccessedMembersAttribute`"
756
+
+" is accessed via reflection. Trimmer can't guarantee availability of the requirements of the method.",
757
+
Justification="This is about System.Type.TypeInitializer.get. It is accessed via reflection"
758
+
+" as the type parameter in DataColumn is annotated with DynamicallyAccessedMemberTypes.PublicFields | DynamicallyAccessedMemberTypes.PublicProperties"+
759
+
" However, everything needed for DataColumn is preserved, there's test coverage for this code.")]
0 commit comments