You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,11 @@ See [Upgrading from 3.x to 4.x](https://github.com/angularsen/UnitsNet/wiki/Upgr
22
22
23
23
*[90 quantities with 800+ units](UnitsNet/GeneratedCode/Units) generated from [JSON](Common/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts)
24
24
*[2500+ unit tests](https://ci.appveyor.com/project/angularsen/unitsnet) on conversions and localizations
25
-
* Immutable structs that implement `Equatable`, `IComparable`
26
-
*[Static typing](#static-typing) to avoid ambiguous values or units
25
+
* Conforms to [Microsoft's open-source library guidance](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/), in particular:
26
+
*[SourceLink](https://github.com/dotnet/sourcelink) to step into source code of NuGet package while debugging
27
+
*[Strong naming](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/get-started#strong-naming) to make the library available to all developers
28
+
* Immutable structs that implement `IEquatable`, `IComparable`
29
+
*[Statically typed quantities and units](#static-typing) to avoid mistakes and communicate intent
27
30
*[Operator overloads](#operator-overloads) for arithmetic on quantities
28
31
*[Parse and ToString()](#culture) supports cultures and localization
29
32
*[Dynamically parsing and converting](#dynamic-parsing) quantities and units
0 commit comments