Closed
Description
Is your feature request related to a problem? Please describe.
It's unfortunate to have to ship all units if my application is only using a small subsection.
For instance, if I'm making a package concerned with weights, mass, and distance, there's not much point including Candela
in my application.
Describe the solution you'd like
Split the solution into domain packages along the lines of UnitsNet.Newtonian
, UnitsNet.Electricity
etc.
Describe alternatives you've considered
A package for each unit rather than each domain, but that could get cumbersome