Skip to content

Commit 0431ac1

Browse files
committed
Merge remote-tracking branch 'origin/main' into refactor-jcw
2 parents 16e9711 + ae65609 commit 0431ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Java.Interop/Java.Interop/JniRuntime.JniMarshalMemberBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public JniMarshalMemberBuilder MarshalMemberBuilder {
2828
}
2929

3030
[DynamicDependency (DynamicallyAccessedMemberTypes.PublicParameterlessConstructor, "Java.Interop.MarshalMemberBuilder", "Java.Interop.Export")]
31+
[UnconditionalSuppressMessage ("Trimming", "IL2035", Justification = "Java.Interop.Export.dll is not always present.")]
3132
partial void SetMarshalMemberBuilder (CreationOptions options)
3233
{
3334
if (!options.UseMarshalMemberBuilder) {

0 commit comments

Comments
 (0)