Skip to content

Commit

Permalink
[docs] release notes for PR 3958
Browse files Browse the repository at this point in the history
Missing docs for: dotnet#3958
  • Loading branch information
jonathanpeppers committed Nov 26, 2019
1 parent b882f66 commit 98ffa8f
Showing 1 changed file with 9 additions and 0 deletions.
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 support project types moving forward.

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

0 comments on commit 98ffa8f

Please sign in to comment.