[StructLayout(LayoutKind.Sequential)] is missing when I build a nuget package of 'A', which results in compilation error SYSLIB1051 on the 'B' side:Runtime marshalling must be discarded in this project by applying the 'System.Runtime.CompilerService.DisableRuntimeMarshallingAttribute' to the assembly to enable marshalling this type. The generated source will not handle marshalling of parameter 'myParam'.
[StructLayout(LayoutKind.Sequential)] to be included in the metadata of nuget package of 'A'?