Closed chrisbbe closed 3 years ago
Hi,
By initializing any of the string[] fields in PackerAttribute.cs, Packer throws InvalidCastException when casting from Sytem.Object[] to System.String[].
[assembly: Packer(Unmanaged32Assemblies = new[] {"Something"})]
Will crash.
Can you proceed with resolving the build failure and merging the PR for this bug? Thanks.
Done.
Hi,
By initializing any of the string[] fields in PackerAttribute.cs, Packer throws InvalidCastException when casting from Sytem.Object[] to System.String[].