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 77ef022 commit a0c5f7cCopy full SHA for a0c5f7c
src/SourceGenerators/Uno.UI.SourceGenerators/Content/Uno.UI.SourceGenerators.props
@@ -382,10 +382,10 @@
382
</Target>
383
384
<Target Name="UnoLogGeneratorsType" BeforeTargets="CoreCompile;_UnoSourceGenerator">
385
- <Message Importance="high"
+ <Message Importance="low"
386
Condition="'$(UnoUIUseRoslynSourceGenerators)'=='true'"
387
Text="Uno.UI is using Roslyn generators" />
388
389
Condition="'$(UnoUIUseRoslynSourceGenerators)'==''"
390
Text="Uno.UI is using Uno.SourceGenerators" />
391
0 commit comments