NATS.Net
by: The NATS Authors
- 2.966k total downloads
- Latest version: 3.2.0
NATS .NET client for the NATS cloud-native messaging system. Includes Core NATS pub/sub, JetStream persistent messaging, Key/Value Store, Object Store, and Services. Built on async/await with support for .NET 8, .NET 6, and .NET Standard 2.0/2.1.
NATS.NKeys
by: The NATS Authors
- 196 total downloads
- Latest version: 1.0.2
NATS NKeys: Ed25519 public-key signature library for the NATS .NET ecosystem. Create key pairs, sign, and verify messages for NATS authentication.
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
- 354 total downloads
- Latest version: 2.0.1
NAudio, an audio library for .NET
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.265k 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
- 835 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
- 258 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
- 73 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.729k total downloads
- Latest version: 2.14.354
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.