Muximize
Muximize
In [#1329](https://github.com/angularsen/UnitsNet/pull/1329#discussion_r1441752722) this proposal came up: > Another idea: generate division operators based on multiplication. Right now we define: > ``` > ElectricPotential.Volt = ElectricCurrent.Ampere * ElectricResistance.Ohm (and generate the...
I think this was forgotten in #1289, removes 3k+ lines of comments that are not true anymore.
See https://github.com/angularsen/UnitsNet/pull/1354#discussion_r1493344825 One issue is that the operator overloads only work when `TimeSpan` is the right operand. I changed the code generation to take this into account, but another option...
In #1195 @angularsen says: > If we change all 3 quantities to double, we have the potential to clean up a LOT of QuantityValue complexity. This made me wonder how...
This PR removes some seemingly unused dependencies, and moves all dependency versions to a single file according to [Central Package Management](https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management).
### Description Resolves 417 instances of 14 vulnerabilities in multiple versions of these 10 (transitive) dependencies: ``` Azure.Identity Microsoft.Identity.Client Newtonsoft.Json Npgsql SixLabors.ImageSharp System.Formats.Asn1 System.Net.Http System.Security.Cryptography.Xml System.Text.Json System.Text.RegularExpressions ``` These stats...