Steps to Reproduce
- Open the attached sample.
- Build for device.
- Open the
.app, search for the OpenTK dll and open it in VS for Mac's assembly browser (drag and drop).
Expected Behavior
Since we're only calling Color we shouldn't have all the junk that's in this screenshot:

Note: Xamarin.iOS.dll also has a bunch of things that should probably have been linked away because of OpenTK.
Actual Behavior
Many things aren't linked away.
Environment
https://gist.github.com/VincentDondain/390f1d6f63fefeabfc9d8c2adbfde397
Build Logs
https://gist.github.com/VincentDondain/c42db086881155d6f2e865bef7bb95a9
Example Project (If Possible)
LinkerTest.zip
Steps to Reproduce
.app, search for the OpenTK dll and open it in VS for Mac's assembly browser (drag and drop).Expected Behavior
Since we're only calling
Colorwe shouldn't have all the junk that's in this screenshot:Note: Xamarin.iOS.dll also has a bunch of things that should probably have been linked away because of OpenTK.
Actual Behavior
Many things aren't linked away.
Environment
https://gist.github.com/VincentDondain/390f1d6f63fefeabfc9d8c2adbfde397
Build Logs
https://gist.github.com/VincentDondain/c42db086881155d6f2e865bef7bb95a9
Example Project (If Possible)
LinkerTest.zip