Skip to content

Commit

Permalink
[NativeAOT] Remove IlcKeepManagedDebuggerSupport workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara committed Jun 29, 2023
1 parent 97ac6df commit 76419c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dotnet/targets/Xamarin.Shared.Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,5 @@

<!-- This turns off some NativeAOT logic we don't want nor need -->
<NativeCompilationDuringPublish>false</NativeCompilationDuringPublish>

<!-- This works around an issue in NativeAOT: https://github.com/dotnet/runtime/issues/86186 -->
<IlcKeepManagedDebuggerSupport>true</IlcKeepManagedDebuggerSupport>
</PropertyGroup>
</Project>

0 comments on commit 76419c1

Please sign in to comment.