We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4d239e + dcc03e3 commit 2fe303eCopy full SHA for 2fe303e
src/CommunityToolkit.Mvvm/CommunityToolkit.Mvvm.csproj
@@ -17,6 +17,9 @@
17
-->
18
<CsWinRTGenerateProjection>false</CsWinRTGenerateProjection>
19
20
+ <!-- We'll never have any IIDs to patch in this library -->
21
+ <CsWinRTIIDOptimizerOptOut>true</CsWinRTIIDOptimizerOptOut>
22
+
23
<!-- Enable AOT warnings for types implementing projected WinRT interfaces mapped to built-in types (eg. 'INotifyPropertyChanged') -->
24
<CsWinRTAotWarningLevel>2</CsWinRTAotWarningLevel>
25
</PropertyGroup>
0 commit comments