NATS.Extensions.Microsoft.DependencyInjection by: The NATS Authors
  • 3.347k total downloads
  • Latest version: 3.2.0
  • pubsub messaging cloud-native aspnetcore hosting dependency-injection nats
NATS .NET dependency injection with ad-hoc JSON serialization enabled by default. Registers NatsConnection and INatsClient on the Microsoft service collection. For AOT or minimal dependencies, see NATS.Client.Hosting.
NATS.Net by: The NATS Authors
  • 2.966k total downloads
  • Latest version: 3.2.0
  • pubsub messaging cloud-native distributed async real-time CNCF nats
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 authentication security cryptography signing public-key messaging
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
  • natural-sort string-comparison stringcomparer sorting sort c-sharp extension-methods string comparer stringcomparison naturalsort
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
  • C# .NET audio sound
NAudio, an audio library for .NET
NAudio.Asio by: Mark Heath
  • 134 total downloads
  • Latest version: 2.4.0
  • C# .NET audio sound
Package Description
NAudio.Core by: Mark Heath
  • 146 total downloads
  • Latest version: 2.4.0
  • C# .NET audio sound
Package Description
NAudio.Midi by: Mark Heath
  • 169 total downloads
  • Latest version: 2.4.0
  • C# .NET audio sound
Package Description
NAudio.Wasapi by: Mark Heath
  • 131 total downloads
  • Latest version: 2.4.0
  • C# .NET audio sound
Package Description
NAudio.WinMM by: NAudio.WinMM
  • 174 total downloads
  • Latest version: 2.4.0
  • C# .NET audio sound
Package Description
NBitcoin by: NBitcoin
  • 12.31k total downloads
  • Latest version: 10.0.13
  • bitcoin
The C# Bitcoin Library
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 sync expressions math evaluation
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
  • cron schedule time
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
  • cron schedule time
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
  • git commit versioning version assemblyinfo
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
  • MsgPack MessagePack Serialization Serializer Unity structural-equality secure-hash
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.