aspnetcore/src/Middleware
Kirill Osenkov 0e7ca749de
Add a Mime Type for .exe and .dll files. (#21805)
* Add a Mime Type for .exe and .dll files.

Useful for serving downloads of installers.
Could be application/octet-stream, but I hear application/vnd.microsoft.portable-executable is specified by IANA here:

https://www.iana.org/assignments/media-types/application/vnd.microsoft.portable-executable

* Update src/Middleware/StaticFiles/src/FileExtensionContentTypeProvider.cs

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

* Update src/Middleware/StaticFiles/src/FileExtensionContentTypeProvider.cs

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

Co-authored-by: Chris Ross <Tratcher@Outlook.com>
2020-06-05 20:21:31 +00:00
..
CORS
ConcurrencyLimiter
Diagnostics
Diagnostics.Abstractions Fix tiny typo in ErrorContext summary. (#22190) 2020-05-24 19:41:19 -07:00
Diagnostics.EntityFrameworkCore Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406) 2020-06-02 12:19:28 -07:00
HeaderPropagation Remove workaround in HeaderPropagationMiddleware (#20533) 2020-04-09 16:43:18 -07:00
HealthChecks
HealthChecks.EntityFrameworkCore
HostFiltering
HttpOverrides
HttpsPolicy
Localization
Localization.Routing
MiddlewareAnalysis
NodeServices Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406) 2020-06-02 12:19:28 -07:00
ResponseCaching
ResponseCaching.Abstractions
ResponseCompression
Rewrite
Session
SpaServices
SpaServices.Extensions Fix for https://github.com/dotnet/aspnetcore/issues/17277 (#21819) 2020-05-14 10:47:26 -07:00
StaticFiles Add a Mime Type for .exe and .dll files. (#21805) 2020-06-05 20:21:31 +00:00
WebSockets [master] Update dependencies from dotnet/arcade dotnet/aspnetcore-tooling (#21630) 2020-05-15 00:17:02 +00:00
perf
.vsconfig
Middleware.sln
build.cmd
startvs.cmd