Skip to content

Commit

Permalink
Fix Sentry Report won't work on NativeAOT
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Nov 16, 2024
1 parent d9dcd3a commit b0b2bc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Deterministic>true</Deterministic>
<CsWinRTAotOptimizerEnabled>true</CsWinRTAotOptimizerEnabled>
<IlcDisableSingleFile>true</IlcDisableSingleFile>
<IlcInvariantGlobalization>true</IlcInvariantGlobalization>
<InvariantGlobalization>true</InvariantGlobalization>
<IlcTrimMetadata>true</IlcTrimMetadata>
<TrimMetadata>true</TrimMetadata>
<IlcFoldIdenticalMethodBodies>true</IlcFoldIdenticalMethodBodies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Deterministic>true</Deterministic>
<CsWinRTAotOptimizerEnabled>true</CsWinRTAotOptimizerEnabled>
<IlcDisableSingleFile>true</IlcDisableSingleFile>
<IlcInvariantGlobalization>true</IlcInvariantGlobalization>
<InvariantGlobalization>true</InvariantGlobalization>
<IlcTrimMetadata>true</IlcTrimMetadata>
<TrimMetadata>true</TrimMetadata>
<IlcFoldIdenticalMethodBodies>true</IlcFoldIdenticalMethodBodies>
Expand Down

0 comments on commit b0b2bc8

Please sign in to comment.