-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] Using System.Reactive Increases Package Size #5888
Comments
We've moved this issue to the Future milestone. This means that it is not going to be worked on for the coming release. We will reassess the issue following the current release and consider this item at that time. |
Here's the difference for added files in the package:
|
Opened issue on System.Reactive as this is not a MAUI issue: dotnet/reactive#1745 Can we provide some guidance to windows package maintainers for MAUI support before we close this? |
Description
msix package for a fresh app is 44MB. After adding and using System.Reactive it jumps to 88MB.
Steps to Reproduce
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
Expected result: Package size increase is minimal from adding a nuget package
Actual result: Package size increase is very large.
Version with bug
Preview 14 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
net6.0-windows10.0.19041
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: