MimeMapping
MimeMapping copied to clipboard
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/zone117x/MimeMapping). > [!NOTE] These dependencies have not received...
Contributes to #96 - Move `MimeMapping` project to `src/MimeMapping` - Rename `Test` to `MimeMapping.Tests` and move test project to `test/MimeMapping.Tests` - use the new [artifacts output](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-3/#simplified-output-path) - ~~use [global.json](https://learn.microsoft.com/en-us/dotnet/core/tools/global-json) with...
We should restructure repo to a more conventional dotnet project - [x] add main project to `MimeMapping` folder #98 - [x] move projects to `src` and `test` folders #98 -...
We should add more tests to get higher coverage
We should automatically build the `KnownMimeTypes.cs` on build
Since `System.Text.Json` is part of .NET and we don't use specific `Newtonsoft.Json` functionality, it is easily possible to drop additional external dependency in favor of `System.Text.Json` https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/migrate-from-newtonsoft?pivots=dotnet-8-0
Would it possible to add mappings for some of the missing Microsoft extensions, which are found in System.Web.MimeMapping: https://github.com/microsoft/referencesource/blob/master/System.Web/MimeMapping.cs ``` AddMapping(".jfif", "image/pjpeg"); AddMapping(".mht", "message/rfc822"); AddMapping(".mhtml", "message/rfc822"); AddMapping(".one", "application/onenote"); AddMapping(".vdx", "application/vnd.ms-visio.viewer");...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mime-db](https://redirect.github.com/jshttp/mime-db) | minor | `v1.53.0` -> `v1.54.0` | --- ### Release Notes jshttp/mime-db (mime-db) ###...
application/mp4 is put onto an ignore list. closes #160
In the recent update for the generated one from https://raw.githubusercontent.com/jshttp/mime-db/v1.53.0/db.json The mime type for .mp4 changed from video/mp4 to application/mp4, because in the source both apply to .mp4. The collision...