Maximilian Jugl
Results
1
comments of
Maximilian Jugl
I found a simple workaround for the time being by editing [QuantityExtensions](https://github.com/FirelyTeam/spark/blob/8b9a723276bbf9304798e7fcf4cdc5bfdd027a92/src/Spark.Engine/Extensions/QuantityExtensions.cs) as such: ```c# public static Quantity Canonical(this Quantity input) { return input.Metric.Symbols switch { // TODO: Conversion of...