dotnet / android

.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
MIT License
1.93k stars 532 forks source link

Create explicit `$(AndroidEnableFastDeployment)` property #9495

Open jpobst opened 2 weeks ago

jpobst commented 2 weeks ago

Today, our "fast dev" experience is controlled via the $(EmbedAssembliesInApk) MSBuild property (and others?). This is confusing as the name does not give a hint of "fast dev".

It would be nice to alias this property as something like $(AndroidEnableFastDeployment) that is clearer to its purpose.