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

[docs] release notes for PR 3958 #3966

Merged
merged 2 commits into from
Nov 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Documentation/release-notes/3958.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Breaking change for `.exe` files

Since Xamarin.Android 9.4, `.exe` files are not considered at *build time* and are not included in the final APK for Xamarin.Android applications:

https://github.com/xamarin/xamarin-android/commit/e390702773365ffe3da975181d0aa398d42731d0

To improve startup performance, Xamarin.Android no longer probes for `.exe` files at *runtime*. A standard project type such as a `netstandard` library, Xamarin.Android class library, Xamarin.Android binding library, a [shared project][shared_project], or even a portable class library will not have a problem. Consider using one of the supported project types moving forward.

[shared_project]: https://docs.microsoft.com/xamarin/cross-platform/app-fundamentals/shared-projects