MimeKit
by: Jeffrey Stedfast
- 462 total downloads
- Latest version: 4.13.0
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
MimeTypes
by: Kristian Hellang
- 251 total downloads
- Latest version: 2.5.2
A simple lookup from file name/extension to MIME/media type and vice versa, generated from mime-db, which in turn is compiled from IANA, Apache and nginx's MIME types.
Minio
by: MinIO, Inc.
- 183 total downloads
- Latest version: 6.0.4
MinIO .NET SDK for Amazon S3 Compatible Cloud Storage.
ModelContextProtocol
by: ModelContextProtocol
- 18 total downloads
- Latest version: 1.0.0
.NET SDK for the Model Context Protocol (MCP) with hosting and dependency injection extensions.
ModelContextProtocol.Core
by: ModelContextProtocol
- 17 total downloads
- Latest version: 1.0.0
Core .NET SDK for the Model Context Protocol (MCP)
Mongo2Go
by: Johannes Hoppe and many contributors
- 272 total downloads
- Latest version: 2.2.16
Mongo2Go is a managed wrapper around the latest MongoDB binaries. It targets .NET Standard 1.6.
This Nuget package contains the executables of mongod, mongoimport and mongoexport v3.6.1 for Windows, Linux and macOS.
Mongo2Go has two use cases:
1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise: integration tests)
2. Providing a quick to set up MongoDB database for a local developer environment
MongoDB.Bson
by: MongoDB Inc.
- 3.114k total downloads
- Latest version: 3.6.0
MongoDB's Official Bson Library.
MongoDB.Driver
by: MongoDB Inc.
- 2.778k total downloads
- Latest version: 3.6.0
Official .NET driver for MongoDB.
MongoDB.Driver.Core
by: MongoDB Inc.
- 1.789k total downloads
- Latest version: 2.28.0
Core Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 1.782k total downloads
- Latest version: 1.11.0
Libmongocrypt wrapper for the .NET driver.
MongoDbGenericRepository
by: Alexandre Spieser
- 216 total downloads
- Latest version: 2.0.0
A generic repository implementation using the MongoDB C# 2.x driver.
MongoDBMigrations
by: Arthur Osmokiesku
- 64 total downloads
- Latest version: 2.2.0
MongoDbMigrations uses the official MongoDB C# Driver to migrate your documents in your mongo database via useful fluent API.
Supports up and down migrations with cancelation and progress handling. Also, this library is able to check a schema of collections in your database during the migration run.
This version supports on-premise Mongo database either Azure CosmosDB (with Mongo-like API) or even AWS DocumentDB. In addition you can use TLS and/or SHH tunnels in your migrations.
PS1 script for integration with CI/CD pipelines provides inside of the repository
Mono.TextTemplating
by: Mikayla Hutchinson
- 54 total downloads
- Latest version: 3.0.0
Embeddable engine for the T4 templating language, a general-purpose way to generate text or code files using C#
Moq
by: Daniel Cazzulino, kzu
- 767 total downloads
- Latest version: 4.20.72
Moq is the most popular and friendly mocking framework for .NET.
MSBuild.StructuredLogger
by: Kirill Osenkov, Microsoft
- 113 total downloads
- Latest version: 2.2.158
An MSBuild logger that can be passed to MSBuild to record a detailed structured log file. See usage example at: https://github.com/KirillOsenkov/MSBuildStructuredLog/blob/main/README.md#usage
MsBuildPipeLogger.Server
by: Dave Glick and contributors
- 113 total downloads
- Latest version: 1.1.6
A logger for MSBuild that sends event data over anonymous or named pipes.
MudBlazor
by: Garderoben, Henon and Contributors
- 1 total downloads
- Latest version: 7.0.0
A Blazor Component Library based on Material Design principles, focusing on ease of use. Written mainly in C# with minimal JavaScript, it allows .NET developers to easily understand and debug the code when needed.
NCrontab
by: Atif Aziz
- 228 total downloads
- Latest version: 3.3.3
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.
NETStandard.Library
by: Microsoft
- 3.199k total downloads
- Latest version: 1.6.1
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 8.218k total downloads
- Latest version: 13.0.5-beta1
Json.NET is a popular high-performance JSON framework for .NET