Skip to content
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

Add information on how to set Linking behavior manually (editting in csproj file) #2454

Closed
datvm opened this issue Aug 21, 2024 · 1 comment
Labels
doc-enhancement Improve the current content [org] dotnet-maui/subsvc dotnet-mobile/svc Pri2 vscode wontfix This will not be worked on

Comments

@datvm
Copy link

datvm commented Aug 21, 2024

Type of issue

Missing information

Description

I am using VS Code and there is no useful info on how to set the Linking settings manually in the .csproj file. Luckily I could use VS on Windows to see what values they are. Please add these information regarding the MtouchLink:

<MtouchLink>None</MtouchLink>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchLink>Full</MtouchLink>

Page URL

https://learn.microsoft.com/en-us/dotnet/maui/ios/linking?view=net-maui-8.0&tabs=vs

Content source URL

https://github.com/dotnet/docs-maui/blob/main/docs/ios/linking.md

Document Version Independent Id

a7f7ca85-ab20-3008-58d1-d140f21e3046

Article author

@davidbritch

Metadata

  • ID: a7f7ca85-ab20-3008-58d1-d140f21e3046
  • Service: dotnet-mobile
  • Sub-service: dotnet-maui
@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Aug 21, 2024
@davidbritch davidbritch added doc-enhancement Improve the current content [org] vscode labels Aug 27, 2024
@dotnet-bot dotnet-bot removed ⌚ Not Triaged Not triaged labels Aug 27, 2024
@davidbritch davidbritch added the wontfix This will not be worked on label Jan 2, 2025
@davidbritch
Copy link
Contributor

Hi @datvm

In .NET 9, linking has been replaced with trimming (or the trimmer is the latest implementation of linking). Therefore the linking doc is for .NET 8 users, with the trimming doc for .NET 9 users. Because .NET MAUI in .NET 8 goes out of support in May there are no plans for update the linking doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-enhancement Improve the current content [org] dotnet-maui/subsvc dotnet-mobile/svc Pri2 vscode wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants