Simon Müller
Results
1
issues of
Simon Müller
Middleware returns 304 when DisableGlobalHeaderGeneration = true and StoreKey is MarkForInvalidation
**Steps to Reproduce** - New Blazor 8 Web App Project - Hosted by Asp.NET Core - Install NuGet Marvin.Cache.Headers - Configure ``` builder.Services.AddHttpCacheHeaders( o => { o.CacheLocation = CacheLocation.Private; o.MaxAge...