MimeKitLite by: Jeffrey Stedfast
  • 1,006k total downloads
  • Latest version: 4.17.0
  • mime mbox mail email parser tnef
MimeKit is an Open Source library for creating and parsing MIME messages. It also supports parsing of Unix mbox files. The difference between MimeKit and MimeKitLite is that MimeKitLite lacks support for most cryptography features such as OpenPGP, S/MIME and DKIM. 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
MimeMapping by: Matthew Little
  • 349 total downloads
  • Latest version: 4.0.0
  • mimetype contenttype mime type mimemapping GetMimeMapping media-types rfc 4288
Constants for (almost) all MIME types and method to determine MIME type from a file name. Contains just over 1000 mime types. The Dictionary is generated from the jshttp/mime-db db.json file. Works similar to .NET's System.Web.MimeMapping.GetMimeMapping. It aggregates data from the following sources: https://www.iana.org/assignments/media-types/media-types.xhtml https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types https://hg.nginx.org/nginx/raw-file/default/conf/mime.types See: https://github.com/jshttp/mime-db#mime-db https://learn.microsoft.com/dotnet/api/system.web.mimemapping.getmimemapping
MimeTypesMap by: red
  • 109 total downloads
  • Latest version: 1.0.9
  • mime mimetype
Simple dictionary provides a few methods to lookup mime type/extension, generated From Apache's mime.types.
MiniProfiler.AspNetCore by: Nick Craver
  • 260 total downloads
  • Latest version: 4.2.22
  • ASP.NET Core Profiler Performance Profiling Timing
Lightweight mini-profiler, designed for ASP.NET Core (not System.Web) websites
MiniProfiler.AspNetCore.Mvc by: Nick Craver
  • 220 total downloads
  • Latest version: 4.2.22
  • ASP.NET Core MVC MVC Core Profiler Performance Profiling Timing
Lightweight mini-profiler, designed for ASP.NET Core MVC (*not* System.Web) websites
MiniProfiler.EntityFrameworkCore by: Nick Craver
  • 193 total downloads
  • Latest version: 4.3.8
  • Entity Framework Entity Framework Core Profiler Performance Profiling Timing
MiniProfiler: Integration for Entity Framework Core
MiniProfiler.Shared by: Marc Gravell Jarrod Dixon Yaakov Ellis Nick Craver
  • 269 total downloads
  • Latest version: 4.5.4
You shouldn't reference this - MiniProfiler's shared library for all frameworks
MinVer by: MinVer
  • 809 total downloads
  • Latest version: 8.0.0-rc.1
A minimalist .NET build package, developed by humans, for versioning .NET SDK-style projects using Git tags.
MMLib.SwaggerForOcelot by: Milan Martiniak
  • 527 total downloads
  • Latest version: 3.2.1
  • swagger documentation ocelot
Swagger generator for Ocelot downstream services.
ModelContextProtocol by: ModelContextProtocol
  • 267 total downloads
  • Latest version: 2.2.0
  • ModelContextProtocol mcp ai llm
.NET SDK for the Model Context Protocol (MCP) with hosting and dependency injection extensions.
ModelContextProtocol.Core by: ModelContextProtocol
  • 156 total downloads
  • Latest version: 2.2.0
  • ModelContextProtocol mcp ai llm
Core .NET SDK for the Model Context Protocol (MCP)
MongoDB.Bson by: MongoDB Inc.
  • 1,051k total downloads
  • Latest version: 3.11.0
  • mongodb mongo nosql bson
MongoDB's Official Bson Library.
MongoDB.Driver by: MongoDB Inc.
  • 1,093k total downloads
  • Latest version: 3.11.0
  • mongodb mongo nosql
Official .NET driver for MongoDB.
MongoDB.Driver.Core by: MongoDB Inc.
  • 868 total downloads
  • Latest version: 2.30.0
  • mongodb mongo nosql
Core Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt by: MongoDB Inc.
  • 262 total downloads
  • Latest version: 1.12.0
  • mongodb mongo nosql
Libmongocrypt wrapper for the .NET driver.
MongoDB.LibMongocrypt by: markbenvenuto vincentkam dmitry_lukyanov rstam
  • 53 total downloads
  • Latest version: 1.2.0
  • mongodb mongo nosql
Libmongocrypt wrapper for the .NET driver.
Mono.TextTemplating by: Mikayla Hutchinson
  • 275 total downloads
  • Latest version: 3.0.0
  • T4 templating
Embeddable engine for the T4 templating language, a general-purpose way to generate text or code files using C#
Mono.Unix by: Microsoft
  • 150 total downloads
  • Latest version: 7.1.0-final.1.21458.1
  • posix unix mono macos osx linux
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
Moq by: Daniel Cazzulino kzu
  • 898 total downloads
  • Latest version: 4.20.72
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET.
MSBuild.Sdk.Extras by: Claire Novotny
  • 623 total downloads
  • Latest version: 3.0.44
  • msbuild sdk dotnet xamarin android ios macos uwp tizen
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
  • 333 total downloads
  • Latest version: 1.0.1
  • MsgPack MessagePack Serialization Formatter Serializer
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.