Skip to content

Commit bd39501

Browse files
committed
Change warning suppression from WarningsNotAsErrors to NoWarn for IL2026 in Uno project properties
1 parent ce7724f commit bd39501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ProjectHeads/App.Head.Uno.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<PropertyGroup Condition="'$(IsUno)' == 'true'">
1111
<!-- Code generated by Uno.UI.SourceGenerators creates AoT-unsafe code when Behaviors are used. -->
12-
<WarningsNotAsErrors>$(WarningsNotAsErrors);IL2026</WarningsNotAsErrors>
12+
<NoWarn>$(NoWarn);IL2026</NoWarn>
1313

1414
<!--
1515
Suppression of error Uno0006:

0 commit comments

Comments
 (0)