Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion samples/todoapp/TodoApp.Uno/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
NU1507: Warning when there are multiple package sources when using CPM with no source mapping
NETSDK1201: Warning that specifying RID won't create self containing app
PRI257: Ignore default language (en) not being one of the included resources (eg en-us, en-uk)
NETSDK1198: Warning that a win-AnyCPU.pubxml publish profile wasn't found. Triggered by Uno's
WinAppSDK/MSIX packaging pipeline during a plain build, even though this sample is never
actually published/packaged in CI (build-only, Debug-only CI pipeline).
-->
<NoWarn>$(NoWarn);NU1507;NETSDK1201;PRI257</NoWarn>
<NoWarn>$(NoWarn);NU1507;NETSDK1201;PRI257;NETSDK1198</NoWarn>
</PropertyGroup>
</Project>
Loading