Open DeanFaizal opened 2 years ago
This seems to be the root cause: https://github.com/dotnet/reactive/blob/main/Rx.NET/Source/src/System.Reactive/System.Reactive.csproj#L14-L15
As a workaround, does adding this to the csproj
for your main application resolve the problem?
<PropertyGroup>
<DisableTransitiveFrameworkReferences>true</DisableTransitiveFrameworkReferences>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>false</UseWPF>
</PropertyGroup>
Bug
These seem to be localization folders: "cs" "de" "es" "fr" "it" "ja" "ko" "pl" "pt-BR" "ru" "tr" "zh-Hans" "zh-Hant"
Inside each localization folder: "System.Windows.Input.Manipulations.resources.dll" "System.Xaml.resources.dll" "UIAutomationClient.resources.dll" "UIAutomationClientSideProviders.resources.dll" "UIAutomationProvider.resources.dll" "UIAutomationTypes.resources.dll" "WindowsBase.resources.dll" "WindowsFormsIntegration.resources.dll" "Microsoft.VisualBasic.Forms.resources.dll" "PresentationCore.resources.dll" "PresentationFramework.resources.dll" "PresentationUI.resources.dll" "ReachFramework.resources.dll" "System.Windows.Controls.Ribbon.resources.dll" "System.Windows.Forms.Design.resources.dll" "System.Windows.Forms.Primitives.resources.dll" "System.Windows.Forms.resources.dll"
msbuild MauiReactive.sln -restore -p:Configuration=Release
"C:\Program Files (x86)\Windows Kits\10\App Certification Kit\MakeAppx" pack /v /h SHA256 /d "MauiReactive\bin\Release\net6.0-windows10.0.19041\win10-x64" /p MauiReactive.msix