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

[android] what's new in .NET 9 revamp #2570

Merged
merged 3 commits into from
Oct 15, 2024
Merged

Conversation

jonathanpeppers
Copy link
Member

@jonathanpeppers jonathanpeppers commented Oct 15, 2024

I went through and cleaned up this doc a bit, to make sure we have the latest information.

  • Rename .NET for Android 9 to .NET for Android in .NET 9, as suggested by @davidortinau. There is a bulleted list of releases that I left alone, that seemed OK.

  • Don't suggest net9.0-android35 for API 35, just use net9.0-android.

  • Mention the removal of 32-bit architectures. This is just important to be in here.

  • Mention TrimMode=full for both iOS and Android. We solved all the trimming warnings for Mono.Android.dll, Java.Interop.dll, Microsoft.iOS.dll, etc.

  • Mention NativeAOT expands upon trimming, and you need 0 trimming warnings.

  • Remove any mention of LLVM, it is simply "Android Marshal Methods", link to additional doc.


Internal previews

📄 File 🔗 Preview link
docs/whats-new/dotnet-9.md docs/whats-new/dotnet-9

I went through and cleaned up this doc a bit, to make sure we have the
latest information.

* Rename `.NET for Android 9` to `.NET for Android in .NET 9`, as
  suggested by @davidortinau. There is a bulleted list of releases
  that I left alone, that seemed OK.

* Don't suggest `net9.0-android35` for API 35, just use `net9.0-android`.

* Mention the removal of 32-bit architectures. This is just important
  to be in here.

* Mention `TrimMode=full` for both iOS and Android. We solved all the
  trimming warnings for `Mono.Android.dll`, `Java.Interop.dll`,
  `Microsoft.iOS.dll`, etc.

* Mention NativeAOT expands upon trimming, and you need 0 trimming
  warnings.
@davidbritch davidbritch merged commit ff9cde1 into main Oct 15, 2024
4 checks passed
@davidbritch davidbritch deleted the dev/peppers/android/net9 branch October 15, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants