Andreas Gullberg Larsen

Results 322 comments of Andreas Gullberg Larsen

I'm fine either way, no need for any particular grouping for review purposes. But, since the change will be fairly similar across the board, then larger PRs may speed things...

Bump for visibility 😊 My thoughts: - Add separate commands for HTML and plain text, would probably cover most needs. - Nice to have: Main command auto-detects html, markdown, etc....

I tested in JetBrains Rider. I like it a lot, the default view is very verbose with all conversion properties so this helps clean it up and you still have...

> it's just the Conversions property name that I find somewhat displeasing I think it's fine, we can always revisit. > the "Q" in QuantityInfo will have it appear between...

Perfect, can you also port this to v6 branch?

Released in https://github.com/angularsen/UnitsNet/releases/tag/UnitsNet%2F5.51.0

I honestly did not notice, but sure, it may shorten the name a bit if you move the types so they are not nested, but it seems Rider shows a...

Do you want to make any changes before I merge #1395 ?

`UnitsNetSetup.QuantityParser` was changed from `internal` to `public`, in both v5 and v6. 52aba985 Also, we decided to keep the static `Default` getters, like `QuantityParser.Default` for convenience. #1480

A workaround is to downgrade maui-ios workload by specifying the version: ```sh dotnet workload install maui-ios --version 8.0.402 ``` or if you build MAUI for both iOS and Android: ```sh...