Skip to content

Commit

Permalink
Disable IID optimizer in MVVM Toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Aug 9, 2024
1 parent a4d239e commit dcc03e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CommunityToolkit.Mvvm/CommunityToolkit.Mvvm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
-->
<CsWinRTGenerateProjection>false</CsWinRTGenerateProjection>

<!-- We'll never have any IIDs to patch in this library -->
<CsWinRTIIDOptimizerOptOut>true</CsWinRTIIDOptimizerOptOut>

<!-- Enable AOT warnings for types implementing projected WinRT interfaces mapped to built-in types (eg. 'INotifyPropertyChanged') -->
<CsWinRTAotWarningLevel>2</CsWinRTAotWarningLevel>
</PropertyGroup>
Expand Down

0 comments on commit dcc03e3

Please sign in to comment.