MimeMapping 3.0.1

dotnet add package MimeMapping --version 3.0.1
NuGet\Install-Package MimeMapping -Version 3.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MimeMapping" Version="3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MimeMapping --version 3.0.1
#r "nuget: MimeMapping, 3.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MimeMapping as a Cake Addin
#addin nuget:?package=MimeMapping&version=3.0.1

// Install MimeMapping as a Cake Tool
#tool nuget:?package=MimeMapping&version=3.0.1

MimeMapping

Nuget Nuget build codecov

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. Works similar to .NET's System.Web.MimeMapping.GetMimeMapping.

It aggregates data from the following sources:

The library is just a literal C# Dictionary<string, string> with over 1000 entries, and a helper method that can be passed a file path.

Example Usage

string myFile = "myimage.jpg";
string mimeType = MimeMapping.MimeUtility.GetMimeMapping(myFile);
Console.WriteLine(mimeType); // output: image/jpeg

string randomFile = "data.asdf";
string mimeType = MimeMapping.MimeUtility.GetMimeMapping(randomFile);
Console.WriteLine(mimeType); // output: application/octet-stream

string rawExtension = "json";
string mimeType = MimeMapping.MimeUtility.GetMimeMapping(rawExtension);
Console.WriteLine(mimeType); // output: application/json


// List all types..
foreach(var kp in MimeMapping.MimeTypes.TypeMap)
{
  Console.WriteLine($"File extension: {kp.Key}, mime string: {kp.Value}");
}
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (71)

Showing the top 5 NuGet packages that depend on MimeMapping:

Package Downloads
SparkPost

SparkPost API

Gotenberg.Sharp.API.Client

C# API client for interacting with the Gotenberg v7 & v8 micro-service's API, a docker-powered stateless API for converting & merging HTML, Markdown and Office documents to PDF. The client supports a configurable Polly retry policy with exponential back-off for handling transient exceptions.

Sitko.Core.Storage

Sitko.Core is a set of libraries to help build .NET Core applications fast

Mosaik.Library

Package Description

WebVella.Erp

The core library of the open-source and free platform WebVella ERP. It allows a quick and painless creation of business web applications.

GitHub repositories (12)

Showing the top 5 popular GitHub repositories that depend on MimeMapping:

Repository Stars
Jackett/Jackett
API Support for your favorite torrent trackers
DynamoDS/Dynamo
Open Source Graphical Programming for Design
WebVella/WebVella-ERP
Free and open-source pluggable ERP and CRM software based on ASP.NET Core 5, RazorPages and PostgreSQL . Targets Linux or Windows as host OS.
IoTSharp/IoTSharp
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
jenius-apps/nightingale-rest-api-client
A modern, resource-efficient REST API client for Windows
Version Downloads Last updated
3.0.1 47,826 2/15/2024
3.0.0 230 2/15/2024
2.1.0 6,611 2/14/2024
2.0.0 856,823 3/30/2023
1.0.1.50 776,018 11/16/2022
1.0.1.37 4,306,270 1/22/2021
1.0.1.35 58,764 1/14/2021
1.0.1.30 1,162,263 6/18/2020
1.0.1.26 679,296 12/5/2019
1.0.1.21 6,438 12/3/2019
1.0.1.17 283,273 9/23/2019
1.0.1.15 84,795 8/25/2019
1.0.1.14 57,838 8/9/2019
1.0.1.12 1,306,048 11/15/2017
1.0.1.10 97,502 8/18/2017
0.1.6 45,906 8/3/2017
0.1.5.9 1,684 8/7/2017
0.1.5 23,759 2/21/2017
0.1.4 2,450 11/12/2016
0.1.3 1,924 11/8/2016
0.1.2 2,568 11/6/2016
0.1.1 2,073 11/6/2016
0.1.0 2,957 11/6/2016