lipchev
lipchev
(WIP) for #651 - [ ] 1. Redesign/Remove BaseUnits type and remove related from JSON and UnitSystem **(breaking change)** - [x] 2. UnitSystem: Add mapping of default unit, such as...
Addresses issues posed in #717 - CompareTo implemented in terms of the two-way comparison between 'this.As(other)' & 'other.As(this)' - Equals changed to CompareTo(other) == 0 - Comparison operators re-written in...
Following the many lengthy exchanges concerning the BaseUnits (default) and the UnitSystem in #646 here is a summary of limitations that I think should be addressed _at some point_. First...
I'm getting a `FieldNotFoundException` stating that > Field not found: 'NPOI.SS.UserModel.MissingCellPolicy.CREATE_NULL_AS_BLANK'. `at FileHelpers.ExcelNPOIStorage.ExcelNPOIStorage.OpenWorkbookFromStream(Stream stream)` This has started happening since before the latest release but I thought it was some hiccup...
## Please check all of the platforms you are having the issue on (if platform is not listed, it is not supported) - [x] WPF - [ ] UWP -...
**Describe the bug** I'm receiving a `System.NullReferenceException` ([here](https://github.com/dotnet/wcf/blob/1a291ea424991a184ffafd2ba20928e0e339fb96/src/dotnet-svcutil/lib/src/CodeDomFixup/CodeDomHelpers.cs#L29)) while attempting to generate a duplex proxy in a `.net5.0` project. It seems like the `"referenceKey"` field that is being targeted [here](https://github.com/dotnet/wcf/blob/1a291ea424991a184ffafd2ba20928e0e339fb96/src/dotnet-svcutil/lib/src/CodeDomFixup/CodeDomHelpers.cs#L28)...
As per our discussion over at #875 here's the proof of concept, based on the explicit struct layout proposed by @AndreasLeeb and @pgrawehr (_could you please check my modification -...
Now that net5.0 has gained some traction, would you please consider adding it to the `TargetFrameworks` list for NCDK.Display?
I've noticed that having a white space in the Description of a benchmark causes additional quotes to be added to the MethodTitle (all exporters). Method | Mean | Error |...
Hey guys, I've mentioned this issue back in #838 where the current implementation of the [CompareTo](https://github.com/angularsen/UnitsNet/blob/1b3647fc1c32cbe737c07beca60ffa65c9c3d477/UnitsNet/GeneratedCode/Quantities/Mass.g.cs#L999) is prone to the same rounding issues as with the old equality contract. Here's...