Is your feature request related to a problem? Please describe.
IDK, if this is intended or if its impossible but I noticed that on the SpeedQuantity some base types are missing
Example:
https://github.com/angularsen/UnitsNet/blob/c3cfde6c2e06d4aa07e21b610e494460ae88c941/UnitsNet/GeneratedCode/Quantities/Speed.g.cs#LL79C21-L79C21
What I noticed that these unit is generated with the prefix things, so I think there is something missing or off
Describe the solution you'd like
I would expect that there is a base type created with Kilometer and Hour.
Describe alternatives you've considered
There are no alternatives in my mind now.
Additional context
Why would I someone need this?
In my case I need special treatment for rates, so I need to know what the time factor is (minute, second, hour, etc.)
I would also like it for the sake of completion =) !
Is your feature request related to a problem? Please describe.
IDK, if this is intended or if its impossible but I noticed that on the SpeedQuantity some base types are missing
Example:
https://github.com/angularsen/UnitsNet/blob/c3cfde6c2e06d4aa07e21b610e494460ae88c941/UnitsNet/GeneratedCode/Quantities/Speed.g.cs#LL79C21-L79C21
What I noticed that these unit is generated with the prefix things, so I think there is something missing or off
Describe the solution you'd like
I would expect that there is a base type created with Kilometer and Hour.
Describe alternatives you've considered
There are no alternatives in my mind now.
Additional context
Why would I someone need this?
In my case I need special treatment for rates, so I need to know what the time factor is (minute, second, hour, etc.)
I would also like it for the sake of completion =) !