-
Notifications
You must be signed in to change notification settings - Fork 147
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
Big total package size #116
Comments
I think autodetect doesn't work with .NET SDK yet. @matthid or does it? but even then: we have fable, .NET Core and .NET full projects so it would basically be "give me everything" again. |
Yes, I did not touch that, but I still vote for getting rid of the packages folder :/ |
You still have to download. And yes if someone would implement file links
that would be great
Am 17.06.2017 11:49 vorm. schrieb "Matthias Dittrich" <
[email protected]>:
… Yes, I did not touch that, but I still vote for getting rid of the
packages folder :/
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#116 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNBeo_67C5K3q-1d64ol-klGaPpduks5sE4KfgaJpZM4N8fV6>
.
|
For this particular issue it might make sense to first try and figure out what paket should not have downloaded and WHY. I cannot know because I still have not done much fable jet ;) |
Tell me about it, Fable "packages" folder is more than 1GB (half of it is the docs group) and I believe we don't have many dependencies ;) Fable 1.x projects usually target netstandard so they should be able to share FSharp.Core with the server project (FSharp.Net.SDK will go away with dotnet sdk 2). Also Fable.XXX packages seem to take less than 10MB in total so I don't think the problem is there. I guess having multiple groups make the size grow quickly as some things like FSharp.Core have to be downloaded multiple times. The System.XXX packages take around 350 MB (for the main group only), hopefully this also improves with dotnet sdk 2. I'm all for reducing the size of the packages folder. I have a 256GB also with a Windows partition and I constantly have to delete cloned projects to make space. Having file links would be super nice, but I think Fable could also cope with the .nuget cache, as the location can be taken from the |
Related fsprojects/Paket#2650 Closing as this is more an issue of Paket, netstandard dependencies, etc. than this repo. |
Reopening, I'll update the repo so it uses new Paket |
With latest Fable version and Paket |
The total package size download is big - ~600MB under
packages
Repro steps
Build and measure size of "packages" directory
Expected behavior
Less package
Actual behavior
Lotsa package
The text was updated successfully, but these errors were encountered: