File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 13
13
<EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
14
14
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
15
15
<NoWarn >$(NoWarn);Uno0001</NoWarn >
16
+ <!--
17
+ Suppress 'error CsWinRT1028: Class implements WinRT interfaces but isn't marked partial. ' for generated XamlMetaDataProvider.g.cs.
18
+ Fix is expected to arrive in prerelease1 of Microsoft.WindowsAppSdk 1.6.
19
+ Internal tracking: https://microsoft.visualstudio.com/OS/_workitems/edit/52541822/
20
+
21
+ Notice: This suppression affects CsWinRT1028 for all generated and non-generated code.
22
+ Disable to check non-generated code for CsWinRT1028.
23
+ -->
24
+ <NoWarn >$(NoWarn);CsWinRT1028;</NoWarn >
16
25
</PropertyGroup >
17
26
18
27
<Import Project =" Windows.Toolkit.Common.props" />
You can’t perform that action at this time.
0 commit comments