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.
1 parent 6b523cd commit 5966fddCopy full SHA for 5966fdd
ProjectHeads/App.Head.Uno.props
@@ -6,6 +6,11 @@
6
<Import Project="$(MSBuildThisFileDirectory)\App.Head.props" />
7
<Import Project="$(MSBuildThisFileDirectory)\..\MultiTarget\PackageReferences\Uno.props" />
8
<Import Project="$(MSBuildThisFileDirectory)\..\MultiTarget\WinUI.Extra.props" />
9
+
10
+ <PropertyGroup Condition="'$(IsUno)' == 'true'">
11
+ <!-- Code generated by Uno.UI.SourceGenerators creates AoT-unsafe code when Behaviors are used. -->
12
+ <WarningsNotAsErrors>$(NoWarn);IL2026</WarningsNotAsErrors>
13
+ </PropertyGroup>
14
15
<!--
16
Import Uno dependencies for all deployable Uno-based Labs project heads.
0 commit comments