Commit Graph

9 Commits (2a58a2fc7a4013e86e8eb6be846c9bb8aca5bbf0)

Author SHA1 Message Date
Rick Anderson c6443b0769
app.UseResponseCompression(); to middleware ordering (#20819)
* app.UseResponseCompression(); to middleware ordering

* app.UseResponseCompression(); to middleware ordering

* app.UseResponseCompression(); to middleware ordering

* app.UseResponseCompression(); to middleware ordering

* app.UseResponseCompression(); to middleware ordering

* Apply suggestions from code review

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

* respond to feedback

Co-authored-by: Chris Ross <Tratcher@Outlook.com>
2020-12-01 14:53:48 -10:00
JR Strayhorn 7b11171973
Update StartupUseWhen.cs (docs) for ILogger to work with .NET Core 3+ (#20078)
* Update StartupUseWhen.cs to work with .NET Core 3+

According to https://github.com/dotnet/extensions/issues/1096, in .NET Core 3+ you can no longer resolve ILogger when activating Startup and need to pass ILogger as parameter in Configure method.

* Update StartupUseWhen.cs

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-10-02 11:28:43 -10:00
Rick Anderson 8c3100cf7d
UseCORS/before/UseResponseCaching (#18910)
* UseCORS/before/UseResponseCaching

* work

* work

* work

* work
2020-06-23 11:14:45 -10:00
Kirk Larkin f3da32d80b Additional explanation of middleware pipeline configuration options. (#16280)
* Additional explanation of middleware pipeline configuration options.

* Inline comments for UseWhen's pipeline.

* Update index.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2019-12-20 09:49:45 -08:00
Rick Anderson 047a8752b5
Middleware order (#15542)
* Middleware order

* Middleware order

* Middleware order
2019-11-19 09:14:47 -10:00
Luke Latham d2a2af8115 Middleware topic update for 3.0 (#13968) 2019-09-06 10:27:54 -07:00
Luke Latham 7e242e2161
Middleware topic 2.2 updates (#13103) 2019-07-03 15:31:57 -05:00
Kirk Larkin 035fdc8ee8 Conventional middleware class requirements. (#12895) 2019-06-17 17:15:50 -05:00
Luke Latham 304c3866f3 Middleware topic+sample update (#8209) 2018-08-21 13:34:05 -07:00