You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting a new project and want to test the UNO platform.
Problem is when I create a project using the "Uno Platform App" template (not the one targeting Xamarin and UWP) I cannot build the mobile project with ReactiveUI.Uno or ReactiveUI.Uno.WinUI nugget imported.
I'm trying to target dotnet7.
Using the ReactiveUI.Uno nugget I get an error saying that the project cannot build with WinUI and uno.ui included.
Using the ReactiveUI.Uno.WinUI nugget I get a thousand errors saying that types are being generated by more than one managed type. Said managed types are in Windows.UI.Xaml.Controls and Uno.UI.
Could someone tell me why I get these errors (and possibly how I can solve them) ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm starting a new project and want to test the UNO platform.
Problem is when I create a project using the "Uno Platform App" template (not the one targeting Xamarin and UWP) I cannot build the mobile project with ReactiveUI.Uno or ReactiveUI.Uno.WinUI nugget imported.
I'm trying to target dotnet7.
Using the ReactiveUI.Uno nugget I get an error saying that the project cannot build with WinUI and uno.ui included.
Using the ReactiveUI.Uno.WinUI nugget I get a thousand errors saying that types are being generated by more than one managed type. Said managed types are in Windows.UI.Xaml.Controls and Uno.UI.
Could someone tell me why I get these errors (and possibly how I can solve them) ?
Beta Was this translation helpful? Give feedback.
All reactions