Andreas Gullberg Larsen

Results 322 comments of Andreas Gullberg Larsen

Thank you. I'll post some thoughts before reviewing the actual PR code changes. ### Excel sheet Nice overview, here is my read of it: - Perf improvements for all but...

Initial review by Claude. # PR Review: QuantityValue as Fractional Number 🐲 **PR**: #1544 **Reviewer**: Claude **Date**: 2025-10-11 **Status**: Conceptual Approval ✅ / Implementation Conditional ⚠️ --- ## Overview This...

I saw quite a bit of commented code here and there, so I asked Claude to identify all the commented out parts. Something to consider going over. # PR #1544...

Our already extremely slow 40-50 minute MAUI iOS builds are now 2 hours after upgrading from net8 to net9 🤯 It hangs 1 hour 50 minutes on `IL stripping assemblies`....

Hi, sure this sounds reasonable to add. Would you be interested in attempting a pull request? I'm happy to assist. Detailed steps here: https://github.com/angularsen/UnitsNet/wiki/Adding-a-New-Unit

@rogerfydp Sorry for the late reply. I don't have any domain knowledge here, but generally I would follow SI definitions. The wiki article seems quite thorough, but I'm confused why...

Yeah, I don't like how default parameters for ToString() make it awkward to only pass a culture. It's just so common to have relevant ToString() overloads for this. https://github.com/angularsen/UnitsNet/pull/1553#discussion_r2051710626 Extension...

With the perspective that we want to try and use extension methods more in general to avoid duplicating code for N quantities, maybe we'll just have to try this and...

I fixed the failing build, it was due to a vulnerability in Nuget.Protocol nuget. We can definitely add net9, I haven't really given much thought into how we should deal...