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
Usage of WinUI results in ex. designer issues, since System.Reactive library references System.Windows.Controls.
This results in Ambiguous reference exceptions for UserControl, Window and the other shared control names.
What is the expected outcome?
Referencing System.Reactive library will not import System.Windows.Controls interfering with WinUI.
What is the actual outcome?
The text was updated successfully, but these errors were encountered:
For anyone finding themselves with the same issue as I.
The issue was not caused by the Reactive library but an extension in Visual studio.
So try to disable your extensions to see if that fixes the issue for you.
Bug
5.0.0
.Net 5.0, WinUI3 application using newest WindowsAppSDK (v1.0.0 Preview1)
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>WinUI3S2</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x86;x64</Platforms>
<RuntimeIdentifiers>win10-x86;win10-x64</RuntimeIdentifiers>
<UseWinUI>true</UseWinUI>
Usage of WinUI results in ex. designer issues, since System.Reactive library references System.Windows.Controls.
This results in Ambiguous reference exceptions for UserControl, Window and the other shared control names.
Referencing System.Reactive library will not import System.Windows.Controls interfering with WinUI.
The text was updated successfully, but these errors were encountered: