NaturalSort.Extension
by: Tomáš Pažourek
- 3.021k total downloads
- Latest version: 4.4.1
Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
NAudio
by: Mark Heath & Contributors
- 192 total downloads
- Latest version: 2.0.1
NAudio, an audio library for .NET
NBitcoin.Secp256k1
by: NBitcoin.Secp256k1
- 631 total downloads
- Latest version: 4.0.1
A port of the Secp256k1 project written in C#
NCalc.Core
by: Sebastien Ros and contributors
- 937 total downloads
- Latest version: 7.2.0
Assembly with the core logic of NCalc.
NCalc.Domain
by: Sebastien Ros and contributors
- 304 total downloads
- Latest version: 7.2.0
Expression tree model, visitor contracts, and core exception types shared by NCalc parsers, evaluators, and extensions.
NCalc.Parser
by: Sebastien Ros and contributors
- 300 total downloads
- Latest version: 7.2.0
Default Parlot-based parser for NCalc expressions, including parser options and argument separator configuration.
NCalcSync
by: Sebastien Ros and contributors
- 1.267k total downloads
- Latest version: 7.2.0
NCalc is a fast and lightweight expression evaluator library for .NET, designed for flexibility and high performance. It supports a wide range of mathematical and logical operations. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions. This package contains the unsigned assembly 'NCalc'. For the stronly signed assembly version of 'NCalc', see the NCalcSync.signed package.
NConsole
by: Rico Suter
- 357 total downloads
- Latest version: 3.12.6605.26941
NConsole is a .NET library to parse command line arguments and execute commands.
NCrontab
by: Atif Aziz
- 140 total downloads
- Latest version: 3.4.0
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
NCrontab.Signed
by: Atif Aziz
- 50 total downloads
- Latest version: 3.4.0
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
Nerdbank.GitVersioning
by: Andrew Arnott
- 4.947k total downloads
- Latest version: 3.11.128-beta
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Nerdbank.MessagePack
by: Andrew Arnott
- 456 total downloads
- Latest version: 1.3.88
A fast and more user-friendly MessagePack serialization library for .NET and .NET Framework. This package is brought to you by one of the two major contributors to MessagePack-CSharp. As its natural successor, this library comes packed with features that its predecessor lacks, and has ongoing support.
Premium support for trimming and Native AOT, secure deserialization of untrusted data, async serialization, streaming deserialization, skip serializing of default values, reference preservation, and support for reference cycles.
Also features an automatic structural equality API.
Nerdbank.Streams
by: Andrew Arnott
- 3.731k total downloads
- Latest version: 2.14.354
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.
NEST
by: Elastic and contributors
- 5.505k total downloads
- Latest version: 7.17.5
Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and
responses. Uses and exposes Elasticsearch.Net.