SimMetrics.Net
1.0.4
See the version list below for details.
dotnet add package SimMetrics.Net --version 1.0.4
NuGet\Install-Package SimMetrics.Net -Version 1.0.4
<PackageReference Include="SimMetrics.Net" Version="1.0.4" />
paket add SimMetrics.Net --version 1.0.4
#r "nuget: SimMetrics.Net, 1.0.4"
// Install SimMetrics.Net as a Cake Addin
#addin nuget:?package=SimMetrics.Net&version=1.0.4
// Install SimMetrics.Net as a Cake Tool
#tool nuget:?package=SimMetrics.Net&version=1.0.4
SimMetrics.Net
SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman).
Status | |
---|---|
AppVeyor |
|
Travis |
|
codecov.io |
|
coveralls.io |
|
NuGet |
Supported frameworks are:
- .NET 2.0
- .NET 3.5
- .NET 4.0
- .NET 4.5 and up
- .NET Standard 1.0 to .NETStandard 1.6 (including portable, windows phone and uap)
- .NET Standard 2.0
Based on https://github.com/HamedFathi/SimMetricsCore with all the 87 unit-tests from the original project.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 2.0
- LINQBridge (>= 1.3.0)
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SimMetrics.Net:
Package | Downloads |
---|---|
WireMock.Net
Lightweight Http Mocking Server for .Net, inspired by WireMock from the Java landscape. |
|
md-stdl
Utility library for smaller miscellaneous problems. |
|
Unimpressive.Core
Yet another unimpressive standard library of many simple and often used things |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SimMetrics.Net:
Repository | Stars |
---|---|
WireMock-Net/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
|
Upgraded solution to VS2017