Can'T use for many projets in the same solution
carldebilly opened this issue · 2 comments
carldebilly commented
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.
jeromelaban commented
The types from the helpers are internal, do you have one specific type where it happens ?