MimeKitLite
by: Jeffrey Stedfast
- 434 total downloads
- Latest version: 4.1.0.1
MimeKit is an Open Source library for creating and parsing MIME messages. 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
MimeTypesMap
by: red
- 56 total downloads
- Latest version: 1.0.9
Simple dictionary provides a few methods to lookup mime type/extension, generated From Apache's mime.types.
MiniProfiler.Shared
by: Marc Gravell Jarrod Dixon Yaakov Ellis Nick Craver
- 117 total downloads
- Latest version: 4.5.4
You shouldn't reference this - MiniProfiler's shared library for all frameworks
MockQueryable.Core
by: Roman Titov
- 161 total downloads
- Latest version: 7.0.4-beta
Core package for MockQueryable extensions for mocking operations such ToListAsync, FirstOrDefaultAsync etc.
When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data.
MockQueryable.EntityFrameworkCore
by: Roman Titov
- 33 total downloads
- Latest version: 5.0.2
Extension for mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc.
When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data.
modernhttpclient
by: Paul Betts
- 53 total downloads
- Latest version: 2.4.2
Write your app using System.Net.Http, but drop this library in and it will go drastically faster.
MongoDB.Bson
by: MongoDB Inc.
- 1.025k total downloads
- Latest version: 3.5.2
MongoDB's Official Bson Library.
MongoDB.Driver
by: MongoDB Inc.
- 892 total downloads
- Latest version: 3.5.2
Official .NET driver for MongoDB.
MongoDB.Driver.Core
by: MongoDB Inc.
- 830 total downloads
- Latest version: 2.30.0
Core Component of the Official MongoDB .NET Driver.
MongoDB.Driver.Core.Extensions.DiagnosticSources
by: Jimmy Bogard
- 39 total downloads
- Latest version: 2.1.0
Package Description
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 295 total downloads
- Latest version: 1.12.0
Libmongocrypt wrapper for the .NET driver.
Mono.Cecil
by: Jb Evain
- 42 total downloads
- Latest version: 0.11.6
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.
Mono.Posix
by: Microsoft
- 20 total downloads
- Latest version: 7.1.0-final.1.21458.1
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
Mono.TextTemplating
by: Mikayla Hutchinson
- 237 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#
Mono.Unix
by: Microsoft
- 25 total downloads
- Latest version: 7.1.0-final.1.21458.1
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
Mono.WebAssembly.Interop
by: Microsoft
- 6 total downloads
- Latest version: 5.0.0-preview.4.20257.10
Abstractions and features for interop between Mono WebAssembly and JavaScript code.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cdfa43bbe0ecc13757cc6517c9a253de77c3ec56
Moq
by: Daniel Cazzulino kzu
- 659 total downloads
- Latest version: 4.20.72
Moq is the most popular and friendly mocking framework for .NET.
Moq.EntityFrameworkCore
by: Michał Jankowski
- 61 total downloads
- Latest version: 5.0.0.2
Library that provides methods that will help you with mocking Entity Framework Core.
MSBuild.Sdk.Extras
by: Claire Novotny
- 423 total downloads
- Latest version: 3.0.44
An MSBuild SDK package for SDK-style .NET projects that has additional properties and targets which extends `Microsoft.NET.Sdk`.
MsgPack.Cli
by: FUJIWARA Yusuke
- 179 total downloads
- Latest version: 1.0.1
MessagePack is fast, compact, and interoperable binary serialization format.
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin, .NET Core and Unity.