Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Commit 0431ac1

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎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
partialvoidSetMarshalMemberBuilder(CreationOptionsoptions)
3233
{
3334
if(!options.UseMarshalMemberBuilder){

0 commit comments

Comments
 (0)