* 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>
* 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>