Embeddinator-4000
Embeddinator-4000 copied to clipboard
TypeLoadException: Type 'System.Drawing.Image' not found in assembly 'System.Drawing.Common ...
Steps to Reproduce
- Clone https://github.com/Strangelovian/KeePass2Core and Build KeePassLibNetStd project.
- Run below command ~/.nuget/packages/embeddinator-4000/0.4.0/tools/objcgen -v KeePassLibNetStd.dll --target=framework --platform=iOS --outdir=output -c --debug
Expected Behavior
Generate Objective C bindings.
Actual Behavior
Throws below exception
System.TypeLoadException: Type 'System.Drawing.Image' not found in assembly 'System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
Environment
Source Assembly was targeted to .net standard 2.0
Hardware Overview: Model Name: MacBook Pro Model Identifier: MacBookPro14,1 Processor Name: Intel Core i7 Processor Speed: 2.5 GHz Number of Processors: 1 Total Number of Cores: 2 L2 Cache (per Core): 256 KB L3 Cache: 4 MB Memory: 16 GB Boot ROM Version: 184.0.0.0.0 SMC Version (system): 2.43f6
Symbol file /Users/****/.nuget/packages/embeddinator-4000/0.4.0/tools/IKVM.Reflection.pdb doesn't match image /Users/****/.nuget/packages/embeddinator-4000/0.4.0/tools/IKVM.Reflection.dll
Embeddinator-4000 v0.1 (0.4: 7664197)
Build Logs
Example Project (If Possible)
https://github.com/Strangelovian/KeePass2Core
Thanks @dalexsoto, is there anything I can contribute to help with this?
We really appreciate contributions to Embeddinator code so feel free to tackle on this if you feel like it :)
But do you have any guidance for me?, I am not really sure where to start.
I have the same problem while trying to create a framework with an empty class...