-
Notifications
You must be signed in to change notification settings - Fork 512
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
.NET: Unify the MtouchLink and LinkMode MSBuild properties #12796
Comments
CC @jonathanpeppers: maybe this is something we should coordinate with Android as well? |
We still have
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>link</TrimMode>
It seems like |
Even though . NET probably came up with the names after xamarin and mono, we should probably use their names? At least maybe use them as the main public options and then use the platform specific ones for finer or advanced control? |
They are working on new cross-platform names here:
I think we should just make it where you could use either the old or new names. |
After a talk about this, I believe this is the path forward:
|
We have the
MtouchLink
property for Xamarin.iOS and theLinkMode
property for Xamarin.Mac.We should unify these for .NET.
Options:
LinkMode
for both.AndroidLinkMode
).I think
LinkMode
is good enough for us (we're already using it anyway).The text was updated successfully, but these errors were encountered: