Context: https://github.com/dotnet/maui/blob/main/src/Templates/src/templates/maui-mobile/MauiApp1/Android/AndroidEnvironment.txt
To enable "Hot Reload", right now you have two steps:
- Set
$(UseInterpreter) to true
- Add an
@(AndroidEnvironment) file that sets DOTNET_MODIFIABLE_ASSEMBLIES=Debug
In .NET 6, we should make $(UseInterpreter) set to true setup the environment variable automatically.