unoplatform/Uno.Roslyn

Can'T use for many projets in the same solution

carldebilly opened this issue · 2 comments

Let's say you have a solution having two projets ("A" and "B") and one of them is referencing the other ("B" referencing "A"). If both projets are also referring Uno.RoslynHelpers, any use of them in the "B" project will cause a C# "ambiguous reference" error.

The types from the helpers are internal, do you have one specific type where it happens ?