Skip to content

Conversation

@twsouthwick
Copy link
Member

No description provided.

@twsouthwick
Copy link
Member Author

twsouthwick commented Apr 19, 2023

@Tratcher This is to just add the API rather than #326 which adds helpers to tie it into the ASP.NET Core stack. Getting this in will help enable users to compile their modules with a 1.2 preview release while we figure out #326 for 1.2 or later


if (builder.AreHttpApplicationEventsRequired())
{
builder.UseMiddleware<HttpApplicationMiddleware>();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is being moved so that HttpApplication is available if someone wants to manually call the output caching before we get something in. Otherwise, the call to app.UseOutputCaching() would have to be after app.UseSystemWebAdapters

@twsouthwick
Copy link
Member Author

Already released the preview, so I'll close this in favor of the original

@twsouthwick twsouthwick deleted the tasou/varyby branch April 26, 2023 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants