Skip to content

Commit a52d1ff

Browse files
Switch to Uno Roslyn generators to see if we can avoid Long Path issue
See comment here CommunityToolkit/Labs-Windows#255 (comment)
1 parent dda0060 commit a52d1ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Labs.Uno.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<ItemGroup Condition="'$(IsUno)' == 'true'">
55
<PackageReference Include="Uno.UI" Version="4.2.6" />
66
</ItemGroup>
7+
<PropertyGroup Condition="'$(IsUno)' == 'true'">
8+
<UnoUIUseRoslynSourceGenerators>true</UnoUIUseRoslynSourceGenerators>
9+
</PropertyGroup>
710

811
<ItemGroup Condition="'$(IsWasm)' == 'true' OR '$(IsWpf)' == 'true' OR '$(IsGtk)' == 'true'">
912
<PackageReference Include="Uno.UI.RemoteControl" Version="4.2.6" Condition="'$(Configuration)'=='Debug'" />

0 commit comments

Comments
 (0)