Tootfinder

Opt-in global Mastodon full text search. Join the index!

@khalidabuhakmeh@mastodon.social
2025-06-17 14:32:28

🔥 Hot take, but managing middleware order in #aspnetcore is busted.
It would be nice if there were less granularity and more “when you add this, it's going to register in the right place every time”.
Case in point:

In apps that use CORS middleware, UseOutputCache must be called after UseCors.
    In Razor Pages apps and apps with controllers, UseOutputCache must be called after UseRouting.