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 Added null check to CorsPolicyBuilder (#19831) 2020-03-30 19:32:30 +00:00
ConcurrencyLimiter Merge branch 'master' into johluo/migrating-extensions 2020-02-20 16:44:06 -08:00
Diagnostics Regenerate ref assemblies 2020-02-20 16:53:07 -08:00
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 Migration fixup for Logging.Testing 2020-03-04 22:10:12 -08:00
HealthChecks.EntityFrameworkCore Apply some fixes 2020-02-19 14:18:29 -08:00
HostFiltering
HttpOverrides Migration fixup for Logging.Testing 2020-03-04 22:10:12 -08:00
HttpsPolicy Migration fixup for Logging.Testing 2020-03-04 22:10:12 -08:00
Localization Migration fixup for Logging.Testing 2020-03-04 22:10:12 -08:00
Localization.Routing
MiddlewareAnalysis Apply some fixes 2020-02-19 14:18:29 -08:00
NodeServices Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406) 2020-06-02 12:19:28 -07:00
ResponseCaching Migration fixup for Logging.Testing 2020-03-04 22:10:12 -08:00
ResponseCaching.Abstractions
ResponseCompression Fix #19991 Made TestHost fail when Response Flush is called with AllowSynchronossIO being dissabled (#20059) 2020-03-26 09:46:15 -07:00
Rewrite
Session Ingest updated packages from dotnet/runtime (#20300) 2020-04-06 01:06:22 -07:00
SpaServices Apply some fixes 2020-02-19 14:18:29 -08:00
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 Updates for extensions migrations 2020-02-20 14:00:29 -08:00
.vsconfig Add .vsconfig files in root and beside slns 2020-03-31 14:25:44 -07:00
Middleware.sln Add WebSockets Benchmarks project back to solution (#19302) 2020-02-24 23:24:20 +00:00
build.cmd
startvs.cmd