Microsoft.VisualStudio.Validation by: Microsoft
  • 5 total downloads
  • Latest version: 17.8.8
  • InputValidation IntegrityCheck
Common input validation and state verification utility methods.
Microsoft.Win32.SystemEvents by: Microsoft
  • 5 total downloads
  • Latest version: 6.0.0
Provides access to Windows system event notifications. Commonly Used Types: Microsoft.Win32.SystemEvents
MimeKit by: Jeffrey Stedfast
  • 5 total downloads
  • Latest version: 4.14.0
  • mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers. MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
Minerals.StringCases by: Szymon Hałucha
  • 30 total downloads
  • Latest version: 0.2.2
  • string, extension, transformation, pascal, camel, kebab, snake, macro, train, title, case
Optimized NuGet package with minimum memory allocation designed to help you convert strings to name cases such as Pascal, Camel, Kebab, Snake, Macro, Train and Title
MudBlazor by: Garderoben, Henon and Contributors
  • 5 total downloads
  • Latest version: 8.15.0
  • Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
Nanoid by: codeyu
  • 30 total downloads
  • Latest version: 3.1.0
  • Nanoid UUID
A tiny, secure, URL-friendly, unique string ID generator for .NET Core.
Nerdbank.Streams by: Andrew Arnott
  • 5 total downloads
  • Latest version: 2.12.87
  • Stream full-duplex websocket multiplexing
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.
NetEscapades.EnumGenerators by: Andrew Lock
  • 19 total downloads
  • Latest version: 1.0.0-beta16
  • enums attribute generator generation codegen codegenerator codegeneration netescapades
A source generator for creating helper extension methods on enums using a [EnumExtensions] attribute
NetTopologySuite by: NetTopologySuite - Team
  • 6 total downloads
  • Latest version: 2.6.0
  • NTS Topology OGC SFS
The NTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. NTS conforms to the Simple Features Specification.
NetTopologySuite.IO.PostGis by: NetTopologySuite - Team
  • 2 total downloads
  • Latest version: 2.1.0
  • NTS PostGis
This package contains the IO library to cope with PostGis spatial data.
Newtonsoft.Json by: James Newton-King
  • 41 total downloads
  • Latest version: 13.0.4
  • json
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson by: James Newton-King
  • 8 total downloads
  • Latest version: 1.0.2
  • bson
Json.NET BSON adds support for reading and writing BSON
Npgsql by: Shay Rojansky, Nikita Kazmin, Brar Piening, Nino Floris, Yoh Deadfall, Austin Drenski, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno
  • 6 total downloads
  • Latest version: 10.0.1
  • npgsql postgresql postgres ado ado.net database sql
Npgsql is the open source .NET data provider for PostgreSQL.
Npgsql.NetTopologySuite by: Shay Rojansky, Yoh Deadfall
  • 4 total downloads
  • Latest version: 10.0.1
  • npgsql postgresql postgres postgis spatial nettopologysuite nts ado ado.net database sql
NetTopologySuite plugin for Npgsql, allowing mapping of PostGIS geometry types to NetTopologySuite types.
NSec.Cryptography by: Klaus Hartke
  • 6 total downloads
  • Latest version: 25.4.0
  • aead aegis128l aegis256 aes-gcm argon2id blake2b chacha20-poly1305 crypto cryptography curve25519 ed25519 encryption hash hkdf hmac libsodium scrypt security sha2 x25519
Provides modern cryptographic algorithm implementations for .NET based on libsodium. Commonly Used Types: NSec.Cryptography.Aegis256 NSec.Cryptography.Argon2id NSec.Cryptography.Blake2b NSec.Cryptography.Chacha20Poly1305 NSec.Cryptography.Ed25519 NSec.Cryptography.X25519
OneOf by: Harry McIntyre
  • 1 total downloads
  • Latest version: 3.0.216
  • discriminated unions, return type, match switch
F# style discriminated unions or C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.
OpenTelemetry by: OpenTelemetry Authors
  • 21 total downloads
  • Latest version: 1.14.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
OpenTelemetry .NET SDK
OpenTelemetry.Api by: OpenTelemetry Authors
  • 22 total downloads
  • Latest version: 1.14.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
OpenTelemetry .NET API
OpenTelemetry.Api.ProviderBuilderExtensions by: OpenTelemetry Authors
  • 22 total downloads
  • Latest version: 1.14.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
Contains extensions to register OpenTelemetry in applications using Microsoft.Extensions.DependencyInjection
OpenTelemetry.Exporter.OpenTelemetryProtocol by: OpenTelemetry Authors
  • 21 total downloads
  • Latest version: 1.14.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging OTLP
OpenTelemetry protocol exporter for OpenTelemetry .NET