Skip to content

Commit 38e034b

Browse files
authored
Update README.md
1 parent f9984f8 commit 38e034b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ See [Upgrading from 3.x to 4.x](https://github.com/angularsen/UnitsNet/wiki/Upgr
2222

2323
* [90 quantities with 800+ units](UnitsNet/GeneratedCode/Units) generated from [JSON](Common/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts)
2424
* [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
2730
* [Operator overloads](#operator-overloads) for arithmetic on quantities
2831
* [Parse and ToString()](#culture) supports cultures and localization
2932
* [Dynamically parsing and converting](#dynamic-parsing) quantities and units

0 commit comments

Comments
 (0)