Closed
Description
Is your feature request related to a problem? Please describe.
I'm working on a planet generation software and am using astronomical units all over. Right now these units are treated all as double. Which is exactly what UnistNet is there to resolve.
Describe the solution you'd like
Astronomical units, like AU and mass ratio to solar mass, could be added to the relevant unit class like Length.
Describe alternatives you've considered
Adding custom units. However this, as indicated, is not that well designed right now and I don't want to lose link with UnitsNet future releases. Also it makes sense to support these units used in a very large field of study.