Skip to content

Commit a0c5f7c

Browse files
committed
fix: Lower roslyn generation selection log message
1 parent 77ef022 commit a0c5f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SourceGenerators/Uno.UI.SourceGenerators/Content/Uno.UI.SourceGenerators.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,10 @@
382382
</Target>
383383

384384
<Target Name="UnoLogGeneratorsType" BeforeTargets="CoreCompile;_UnoSourceGenerator">
385-
<Message Importance="high"
385+
<Message Importance="low"
386386
Condition="'$(UnoUIUseRoslynSourceGenerators)'=='true'"
387387
Text="Uno.UI is using Roslyn generators" />
388-
<Message Importance="high"
388+
<Message Importance="low"
389389
Condition="'$(UnoUIUseRoslynSourceGenerators)'==''"
390390
Text="Uno.UI is using Uno.SourceGenerators" />
391391

0 commit comments

Comments
 (0)