MimeMapping by: Matthew Little
  • 226 total downloads
  • Latest version: 1.0.1.50
  • 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
  • 81 total downloads
  • Latest version: 1.0.8
  • mime mimetype
Simple dictionary provides a few methods to lookup mime type/extension, generated From Apache's mime.types.
MiniProfiler.AspNetCore by: Nick Craver
  • 91 total downloads
  • Latest version: 4.0.0-alpha9-00206
  • 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
  • 73 total downloads
  • Latest version: 4.0.0-alpha9-00206
  • 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
  • 42 total downloads
  • Latest version: 4.0.0-alpha8-165
  • 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
  • 94 total downloads
  • Latest version: 4.0.0-alpha9-00206
You shouldn't reference this - MiniProfiler's shared library for all frameworks
MinVer by: MinVer
  • 635 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.
MongoDB.Bson by: MongoDB Inc.
  • 655 total downloads
  • Latest version: 2.13.3
  • mongodb mongo nosql bson
MongoDB's Official Bson Library.
MongoDB.Driver by: MongoDB Inc.
  • 698 total downloads
  • Latest version: 2.13.3
  • mongodb mongo nosql
Official .NET driver for MongoDB.
MongoDB.Driver.Core by: MongoDB Inc.
  • 781 total downloads
  • Latest version: 2.17.1
  • mongodb mongo nosql
Core Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt by: MongoDB Inc.
  • 216 total downloads
  • Latest version: 1.12.0
  • mongodb mongo nosql
Libmongocrypt wrapper for the .NET driver.
MongoDB.LibMongocrypt by: markbenvenuto vincentkam dmitry_lukyanov rstam
  • 45 total downloads
  • Latest version: 1.2.0
  • mongodb mongo nosql
Libmongocrypt wrapper for the .NET driver.
Mono.TextTemplating by: mhutch
  • 133 total downloads
  • Latest version: 2.0.5
  • T4 templating
Open-source implementation of the T4 templating engine.
Mono.Unix by: Microsoft
  • 127 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
  • 1,238k total downloads
  • Latest version: 4.17.2
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET. Built from https://github.com/moq/moq4/tree/803ad5c99
MSBuild.Sdk.Extras by: Claire Novotny
  • 520 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
  • 632 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.
MsieJavaScriptEngine by: Andrey Taritsyn
  • 750 total downloads
  • Latest version: 3.3.1
  • JavaScript ECMAScript MSIE IE Edge Chakra
This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge Legacy.
MSTest.Analyzers by: Microsoft
  • 378 total downloads
  • Latest version: 4.3.0
  • MSTest Analyzers TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework
MSTest is Microsoft supported Test Framework. This package includes code analyzers and code fixes for MSTest.
MSTest.TestAdapter by: Microsoft
  • 338 total downloads
  • Latest version: 3.8.2
  • MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft
MSTest is Microsoft supported Test Framework. This package includes the adapter logic to discover and run tests. For access to the testing framework, install the MSTest.TestFramework package. Supported platforms: - .NET 4.6.2+ - .NET Core 3.1+ - .NET 6.0+ - .NET 6.0 Windows.18362+ - UWP 10.0.16299 - UWP 10.0.17763 with .NET 9
MSTest.TestFramework by: Microsoft
  • 327 total downloads
  • Latest version: 2.2.10
  • MSTest TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework
This is MSTest V2, the evolution of Microsoft's Test Framework. Supported platforms: - .NET 4.5.0+ - .NET Core 1.0+ (Universal Windows Apps 10+) (Visual Studio 2017) - .NET 5.0 (Visual Studio 2019) - .NET 5.0 Windows.18362+ (WinUI Desktop Apps) (Visual Studio 2019) - ASP.NET Core 1.0+ (Visual Studio 2017) To discover and execute tests install MSTest.TestAdapter.