You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
I'm currently making static sites to download apps via msix. Cause the windows10 app installer needs specialized mime types I need a way to specify them for easier testing.
Proposed solution:
Similar approach like dotnet-serve does:
Add command line parameters that accept mime types with extention.
Second option would be a mime-type list in _config.yml to specify them permanently for the project.
Maybe we could provide both options.
Technically it's an easy change: AspNetCoreWebHost.cs
I'm currently making static sites to download apps via msix. Cause the windows10 app installer needs specialized mime types I need a way to specify them for easier testing.
Proposed solution:
Similar approach like dotnet-serve does:
Add command line parameters that accept mime types with extention.
Second option would be a
mime-type
list in_config.yml
to specify them permanently for the project.Maybe we could provide both options.
Technically it's an easy change:
AspNetCoreWebHost.cs
The text was updated successfully, but these errors were encountered: