Skip to content

Commit 27e81e4

Browse files
committed
Update Microsoft.WindowsAppSDK to 1.6.240807006-preview1, remove CsWinRT1028 suppression.
1 parent e889572 commit 27e81e4

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Directory.Build.props

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@
1212
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
1313
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1414
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
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>
15+
<NoWarn>$(NoWarn);Uno0001</NoWarn>
2516
</PropertyGroup>
2617

2718
<Import Project="Windows.Toolkit.Common.props" />

0 commit comments

Comments
 (0)