-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Xamarin sample with proper linker settings #2702
Conversation
@JeremyLikness for review. |
@codemillmatt few questions for this PR:
(Emphasis added my own). Is it possible to turn off linking just for the Entity Framework package? Is this solution a workaround (we should note that in the doc) or a permanent one? Jeremy |
Hey @JeremyLikness ...
|
fwiw - it looks like it's the |
A little more digging - since But if I do a Now with that said, it would be nice if we could narrow this down a bit more, so I'll still do some digging. |
@codemillmatt thanks for your efforts with this! Is it in a state ready for review or are you still working on it? |
@JeremyLikness - yes - please do give it a review. If it's good let's merge this in. |
Xamarin.iOS requires the linker behavior to be set to
Don't Link
. Updating the sample to have the linker set to that value for all build configurations and updating the readme to note that as well.