Skip to content

Commit bc85d53

Browse files
author
Jonathan Dick
committed
For non-blazor projects, interpreter is fine
Blazor android projects (and possibly iOS?) will require this runtime fix: dotnet/runtime#58467 So, enabling interpreter again on non-blazor templates
1 parent a3cb612 commit bc85d53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Templates/src/templates/maui-mobile/MauiApp1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<AndroidVersionCode>1</AndroidVersionCode>
2121

2222
<!-- Required for C# Hot Reload -->
23-
<UseInterpreter Condition="'$(Configuration)' == 'Debug'">False</UseInterpreter>
23+
<UseInterpreter Condition="'$(Configuration)' == 'Debug'">True</UseInterpreter>
2424
</PropertyGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)