File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 99
1010 <PropertyGroup Condition =" '$(IsUno)' == 'true'" >
1111 <!-- Code generated by Uno.UI.SourceGenerators creates AoT-unsafe code when Behaviors are used. -->
12- <WarningsNotAsErrors >$(NoWarn);IL2026</WarningsNotAsErrors >
12+ <WarningsNotAsErrors >$(WarningsNotAsErrors);IL2026</WarningsNotAsErrors >
13+
14+ <!--
15+ Suppression of error Uno0006:
16+ Type 'CommunityToolkit.App.Shared.ItemTemplates' should call 'Initialize
17+ Component()' from its constructor (https://aka.platform.uno/UNO0006)
18+
19+ This error appeared in the gallery after updating to .NET 9, which introduced new default analyzer rules.
20+ It is likely this error was silently present in older builds.
21+ -->
22+ <NoWarn >$(NoWarn);Uno0006</NoWarn >
1323 </PropertyGroup >
1424
1525 <!--
You can’t perform that action at this time.
0 commit comments