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

Documentation should be IDE agnostic #2573

Closed
jamescrosswell opened this issue Oct 20, 2024 · 1 comment
Closed

Documentation should be IDE agnostic #2573

jamescrosswell opened this issue Oct 20, 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

@jamescrosswell
Copy link

jamescrosswell commented Oct 20, 2024

Type of issue

Typo

Description

Since these are the docs for MAUI and lots of MAUI developers are working on macOS, where Visual Studio is unavailable, ideally the docs would be informative to developers using other IDEs. Under the hood, I'm guessing Visual Studio is just setting a property in the csproj file, so why not document that property and the various settings for it here instead of providing documentation which is specific to Visual Studio (and only useful to a subset of MAUI developers)?

Page URL

https://learn.microsoft.com/en-us/dotnet/maui/android/linking?view=net-maui-8.0

Content source URL

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

Document Version Independent Id

08370e7e-ea8a-c0c3-5d48-74049f2cf2bb

Article author

@davidbritch

Metadata

  • ID: 08370e7e-ea8a-c0c3-5d48-74049f2cf2bb
  • Service: dotnet-mobile
  • Sub-service: dotnet-maui

Related Issues

@dotnetrepoman dotnetrepoman bot added ⌚ Not Triaged Not triaged labels Oct 20, 2024
@davidbritch davidbritch added the doc-enhancement Improve the current content [org] label Oct 21, 2024
@dotnetrepoman dotnetrepoman bot removed the ⌚ Not Triaged Not triaged label Oct 21, 2024
@davidbritch davidbritch added the wontfix This will not be worked on label Jan 2, 2025
@davidbritch
Copy link
Contributor

Hi @jamescrosswell

In .NET 9, linking has been replaced with trimming (or rather using ILLink is now referred to as trimming rather than 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

2 participants