Andreas Gullberg Larsen
Andreas Gullberg Larsen
Merged by #1178
[Release UnitsNet/4.148.0 · angularsen/UnitsNet](https://github.com/angularsen/UnitsNet/releases/tag/UnitsNet%2F4.148.0)
Some support for generic math was added in #1164 , it can be extended further.
v5 has it 👍 There are a couple of extension methods Sum() and Average() in `GenericMathExtensions` to help use it.
https://github.com/angularsen/UnitsNet/pull/1164/files#diff-88adba83458faa7e4ec81b932cb85045c84f3b9e1b077bbc647167910cd07efa
@JeCodeFu Long overdue, but I think this improved a lot in v5, plus some recent improvements in #1210. Could you give it another go? I can't replicate the extreme slowness...
@tmilnthorp Some benchmarks posted above, can't spot much different in v5 versions in this simple test setup, but significantly faster than v4.
cc @tmilnthorp Thanks for reporting back and testing again. Clearly we did something between 4.72 and 4.144 to make the JIT choke hard on this platform, that is still not...
I would love to link from parts of a sequence diagram to source code: - Actor - Message (arrows) - Note - Loop - Alt - Parallel This way I...
We just hit this too, I expected Newtonsoft to be used to deserialize problem details extensions when Newtonsoft was configured, but we got `System.Text.Json.JsonElement` types instead for the objects in...