Andreas Gullberg Larsen
Andreas Gullberg Larsen
It started working the recent couple of days on Azure Pipelines when running ```sh dotnet workload install maui # No longer need to specify --version 8.0.402.1 sudo xcode-select -s /Applications/Xcode_16.app...
So, it seems flaky for us when not specifying workload version and it depends on the build agent VM image version in Azure Pipelines. Interestingly, the newer VM image fails,...
I managed to randomly queue a build with the brand new VM image version (Oct 7): `macos-14 20241007.165` Not sure if this is simply a flaky problem or not, but...
@AndreyPhilippov No it seems not possible to configure, so I just requeued the build until I got the version I wanted.
Let's continue any further discussion in #1544 , keeping this closed.
@lipchev just a heads up that this week is crazy for me and I'm traveling this weekend, not sure I'll get around to much
Hi, yes this is "by design". There is a quirk that maybe causes the confusion; UnitsNet is actually case insensitive if it can unambiguously identify a unit from the case-insensitive...
Hi, sure I think we can add this. However we have a naming consistency issue. From before we have: https://github.com/angularsen/UnitsNet/blob/master/Common/UnitDefinitions/ReciprocalLength.json https://github.com/angularsen/UnitsNet/blob/master/Common/UnitDefinitions/ReciprocalArea.json For consistency, we should maybe name this ReciprocalVolume. However,...
I think it's important that UnitsNet don't add unnecessary friction on this, so if some operator overloads don't work with implicit cast to Duration, then we should add the corresponding...
@Muximize I believe we can adapt #1365 to take into account left hand args of TimeSpan, and autogenerate explicit overloads for these cases, right?