Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / KevinDockx/HttpCacheHeaders issues and pull requests
#141 - Support .NET 9, remove support for .NET 6
Issue -
State: open - Opened by KevinDockx 3 months ago
Labels: enhancement
#140 - Middleware returns 304 when DisableGlobalHeaderGeneration = true and StoreKey is MarkForInvalidation
Issue -
State: open - Opened by Appli4Ever 5 months ago
#139 - #137 cleanup of csproj's
Pull Request -
State: closed - Opened by thompson-tomo 8 months ago
- 1 comment
#138 - 7.1.0 contains bug when HttpCacheExpiration and HttpCacheValidation attributes are applied on controller and on action
Issue -
State: closed - Opened by ernestas20111 8 months ago
- 3 comments
Labels: bug
#137 - Clean up csproj & optimise dependencies
Issue -
State: closed - Opened by thompson-tomo 8 months ago
#136 - Redis Distributed CacheKeyRetriever not returning set on keys command
Issue -
State: open - Opened by toddb 9 months ago
- 1 comment
#135 - updates to support non-mvc http header attributes
Pull Request -
State: closed - Opened by shawnwildermuth 10 months ago
- 2 comments
#134 - Added extension methods to support Minimal APIs and Minimal API Groups
Pull Request -
State: closed - Opened by shawnwildermuth 10 months ago
- 1 comment
#133 - Nullable (& other) language improvements
Issue -
State: open - Opened by KevinDockx 10 months ago
- 1 comment
Labels: enhancement, investigate
#132 - Swappable input implementations for eTag generation #130
Pull Request -
State: closed - Opened by toddb 11 months ago
- 4 comments
#131 - InMemoryValidatorValueStore is no longer thread safe
Issue -
State: closed - Opened by aluRamb0 11 months ago
- 3 comments
Labels: bug, investigate
#130 - Swappable input implementations for eTag generation
Issue -
State: closed - Opened by toddb 11 months ago
- 2 comments
#129 - Support Cancellation tokens
Issue -
State: open - Opened by SeanFarrow about 1 year ago
#128 - Provide the ability to use Redis as a store for the cache
Pull Request -
State: closed - Opened by SeanFarrow about 1 year ago
- 2 comments
#127 - Add .Net 8 as a target to all projects
Pull Request -
State: closed - Opened by SeanFarrow about 1 year ago
#126 - Add .Net 8 and use the .Net 8 RC1 SDK
Issue -
State: closed - Opened by SeanFarrow about 1 year ago
- 1 comment
#125 - Use an InMemory cache rather than a dictionary.
Pull Request -
State: closed - Opened by SeanFarrow about 1 year ago
- 1 comment
#124 - Add tests for methods that don't have them in the InMemoryValidatorValueStore
Issue -
State: open - Opened by SeanFarrow about 1 year ago
#123 - Use the InMemoryCache rather than a custom dictionary
Issue -
State: closed - Opened by SeanFarrow about 1 year ago
- 9 comments
#122 - Make StoreKeys round trippable
Pull Request -
State: closed - Opened by SeanFarrow about 1 year ago
- 1 comment
#121 - Make the StoreKey object round-trippable
Issue -
State: closed - Opened by SeanFarrow about 1 year ago
- 5 comments
#120 - Should we migrate away from Moq
Issue -
State: closed - Opened by SeanFarrow over 1 year ago
- 1 comment
#119 - Ensure all projects target .Net 6.0 and 7.0 and update all out-of-date NuGet packages
Pull Request -
State: closed - Opened by SeanFarrow over 1 year ago
- 1 comment
#118 - Remove unsupported TFM's
Pull Request -
State: closed - Opened by SeanFarrow over 1 year ago
- 1 comment
#117 - Update all out-of-date NuGet packages
Issue -
State: closed - Opened by SeanFarrow over 1 year ago
- 6 comments
#116 - Remove all unsupported tfm's
Issue -
State: closed - Opened by SeanFarrow over 1 year ago
- 4 comments
Labels: enhancement
#115 - Add the ability for remote keys to be rehydrated
Pull Request -
State: closed - Opened by SeanFarrow over 1 year ago
- 1 comment
#114 - Allow StoreKey to be rehydrated
Issue -
State: closed - Opened by SeanFarrow almost 2 years ago
- 13 comments
#113 - Use the IAsyncEnumerable interface in the FindStoreKeysByKeyPartAsync method of the IValueStore interface
Issue -
State: closed - Opened by SeanFarrow almost 2 years ago
- 4 comments
Labels: enhancement, BREAKING
#112 - Provide a way to store validator values in a scalable manner
Issue -
State: closed - Opened by SeanFarrow almost 2 years ago
- 18 comments
Labels: enhancement, investigate
#111 - Disable caching for specific status codes
Pull Request -
State: closed - Opened by DerStimmler almost 2 years ago
- 1 comment
#110 - Allow caching to be ignored globally
Pull Request -
State: closed - Opened by SeanFarrow almost 2 years ago
- 1 comment
#109 - Provide the ability to ignore caching by default
Issue -
State: closed - Opened by SeanFarrow almost 2 years ago
- 7 comments
Labels: enhancement
#108 - Disable caching for error responses
Issue -
State: closed - Opened by DerStimmler almost 2 years ago
- 5 comments
Labels: enhancement
#107 - Easily enable a concurrency-only approach
Issue -
State: open - Opened by KevinDockx almost 2 years ago
Labels: enhancement
#106 - Added colors
Pull Request -
State: closed - Opened by jeffward01 about 2 years ago
- 1 comment
#105 - ETag does not check whether is still valid
Issue -
State: closed - Opened by scholtz about 2 years ago
- 6 comments
Labels: investigate
#104 - Marking for invalidation
Issue -
State: closed - Opened by MarkBirch3D over 2 years ago
- 5 comments
#103 - Problematic handling of ETags
Issue -
State: closed - Opened by Phrow almost 3 years ago
- 7 comments
Labels: enhancement
#102 - Consider using an analyzer to check for correct placement of UseHttpCacheHeaders
Issue -
State: open - Opened by KevinDockx about 3 years ago
Labels: investigate
#101 - Check whether the call into UseHttpCacheHeaders is situated between UseRouting and UseEndpoints
Issue -
State: closed - Opened by KevinDockx about 3 years ago
- 5 comments
Labels: enhancement
#100 - Investigate correct placement of middleware for default .NET 6 templates
Issue -
State: closed - Opened by KevinDockx about 3 years ago
- 3 comments
Labels: enhancement
#99 - BREAKING CHANGE: remove .NET Standard support to allow .NET 5(+) features
Issue -
State: closed - Opened by KevinDockx about 3 years ago
- 1 comment
Labels: enhancement, BREAKING
#98 - BREAKING CHANGE: UseHttpCacheHeaders must be added between UseRouting and UseEndpoints
Issue -
State: closed - Opened by KevinDockx about 3 years ago
- 1 comment
Labels: enhancement, BREAKING
#97 - support for override middleware
Pull Request -
State: closed - Opened by YusufMavzer about 3 years ago
- 3 comments
#96 - VaryByQueryKeys cache validation
Issue -
State: closed - Opened by fp-jcorriveau over 3 years ago
- 6 comments
#95 - Response is not getting expired and still shows 304
Issue -
State: closed - Opened by patelbinal over 3 years ago
- 1 comment
#94 - IValidatorValueInvalidator implementation
Issue -
State: closed - Opened by patelbinal almost 4 years ago
- 3 comments
Labels: question
#93 - Fixed typos in comments
Pull Request -
State: closed - Opened by payini about 4 years ago
- 1 comment
#92 - Update the middleware to avoid copying an empty buffer to the response body.
Pull Request -
State: closed - Opened by ryan-h about 4 years ago
- 1 comment
#91 - Will it work as a replacement of outputcache where location is set as ServerAndClient
Issue -
State: closed - Opened by rajdey1 about 4 years ago
- 1 comment
#90 - Vary by all set to true on action method does not take an impact
Issue -
State: closed - Opened by rishi-07it about 4 years ago
#89 - app.UseHttpCacheHeaders() breaks app.UseDeveloperExceptionPage()
Issue -
State: closed - Opened by kjones-lan about 4 years ago
- 2 comments
Labels: bug
#88 - Middleware exception prevents keys marked for invalidation from being removed
Issue -
State: closed - Opened by ryan-h over 4 years ago
#87 - Add stale-while-revalidate option
Issue -
State: closed - Opened by wi-ry over 4 years ago
- 1 comment
Labels: investigate
#86 - update to .net core 3.1
Pull Request -
State: closed - Opened by reynaerta over 4 years ago
#85 - Getting an Error in Advanced ASP.Net Core 3 after installing your NuGet package..
Issue -
State: closed - Opened by jontiefer over 4 years ago
- 7 comments
Labels: enhancement
#84 - PUT/PATCH 412 with appropriate etag and If-Match
Issue -
State: closed - Opened by KingOfTheGeeks over 4 years ago
- 1 comment
#83 - Hotfixes/issue 82 ignore if modified since when if none match is present
Pull Request -
State: closed - Opened by clawrenceks almost 5 years ago
- 1 comment
#82 - Cache is "skipped" when E-Tag matches.
Issue -
State: closed - Opened by clawrenceks almost 5 years ago
- 4 comments
Labels: bug
#81 - Does it work on AspNetCore 3.0?
Issue -
State: closed - Opened by tonibabieka almost 5 years ago
- 1 comment
#80 - Incorrectly getting Status Code 412.
Issue -
State: closed - Opened by hanslai about 5 years ago
- 6 comments
Labels: bug, investigate
#79 - Enable only for particular endpoints
Issue -
State: closed - Opened by nike61 about 5 years ago
- 2 comments
Labels: enhancement, investigate
#78 - Getting unwanted cache value from browser's cache
Issue -
State: closed - Opened by hanslai about 5 years ago
- 6 comments
#77 - Correct overrides issue in readme
Pull Request -
State: closed - Opened by clawrenceks about 5 years ago
- 1 comment
#76 - Not working for me
Issue -
State: closed - Opened by petersontubini about 5 years ago
#75 - Can't use HttpCacheValidationAttribute.Vary
Issue -
State: closed - Opened by DeLeneMirouze about 5 years ago
- 5 comments
Labels: bug
#74 - Got status code 412 when patch even there is no concurrency issue with a single user.
Issue -
State: closed - Opened by chenjieren about 5 years ago
- 2 comments
#73 - Allow easy access to validatorvaluestore to invalidate stored items
Issue -
State: closed - Opened by KevinDockx over 5 years ago
- 2 comments
Labels: enhancement
#72 - LastModified should not be updated when a 304 Not Modified is returned
Issue -
State: closed - Opened by KevinDockx over 5 years ago
- 1 comment
Labels: bug
#71 - Action-level attributes should override controller-level attributes
Issue -
State: closed - Opened by KevinDockx over 5 years ago
- 1 comment
Labels: bug
#70 - Update to NetStandard 2
Issue -
State: closed - Opened by KevinDockx over 5 years ago
- 1 comment
Labels: enhancement
#69 - if available, pass more info to generate last modified
Pull Request -
State: closed - Opened by CumpsD over 5 years ago
- 1 comment
#68 - Set Last Modified after Store has been consulted
Issue -
State: closed - Opened by CumpsD over 5 years ago
- 9 comments
Labels: enhancement
#67 - Feature last modified read me
Pull Request -
State: closed - Opened by tomseida almost 6 years ago
- 1 comment
#66 - Verified operation of generating ETags from HttpContext.
Pull Request -
State: closed - Opened by tomseida almost 6 years ago
- 13 comments
#65 - Provide HttpContext to IETagGenerator.GenerateETag
Issue -
State: closed - Opened by tomseida almost 6 years ago
- 1 comment
Labels: enhancement
#64 - services.AddHttpCacheHeaders properties do not resolve
Issue -
State: closed - Opened by andrewhaine1 almost 6 years ago
- 3 comments
#63 - Question different cache authenticated vs non authenticated
Issue -
State: closed - Opened by dotnetshadow about 6 years ago
- 1 comment
Labels: question
#62 - Modularcomponents
Pull Request -
State: closed - Opened by KevinDockx over 6 years ago
#61 - Add general options object when constructing
Issue -
State: closed - Opened by KevinDockx over 6 years ago
- 2 comments
Labels: enhancement
#60 - Add parameterless constructor => all defaults
Issue -
State: closed - Opened by KevinDockx over 6 years ago
- 1 comment
Labels: enhancement
#59 - Large files
Issue -
State: closed - Opened by kakone over 6 years ago
- 2 comments
Labels: enhancement
#58 - WIP: Continuation of modularisation
Pull Request -
State: closed - Opened by CumpsD over 6 years ago
- 7 comments
#57 - WIP: Allow modular components
Pull Request -
State: closed - Opened by CumpsD over 6 years ago
- 3 comments
#56 - 54 request key object
Pull Request -
State: closed - Opened by CumpsD over 6 years ago
- 1 comment
#55 - Question: Why update Last-Modified when found in store?
Issue -
State: closed - Opened by CumpsD over 6 years ago
- 4 comments
Labels: bug, investigate
#54 - Change requestkey from string to custom type
Issue -
State: closed - Opened by CumpsD over 6 years ago
- 4 comments
Labels: enhancement
#53 - Allow custom GenerateKey method
Issue -
State: closed - Opened by CumpsD over 6 years ago
- 4 comments
#52 - Rename validation/expiration properties to better match the standard
Issue -
State: closed - Opened by KevinDockx over 6 years ago
- 1 comment
Labels: enhancement
#51 - Allow customer Last-Modified
Issue -
State: closed - Opened by toddb over 6 years ago
- 2 comments
Labels: enhancement, investigate
#50 - upgrade: move dependencies to core2.1 (build 2.1.301) #48
Pull Request -
State: closed - Opened by toddb over 6 years ago
- 2 comments
#49 - Upgrade to AspNetCore 2.1
Issue -
State: closed - Opened by toddb over 6 years ago
- 1 comment
#48 - feat: support method level cache-control
Pull Request -
State: closed - Opened by CumpsD over 6 years ago
- 5 comments
#47 - Fix sending 302 for requests faster than 1 second
Pull Request -
State: closed - Opened by CumpsD over 6 years ago
- 1 comment
#46 - etags are supposed to have quotes around them according to rfc7232
Pull Request -
State: closed - Opened by CumpsD over 6 years ago
- 1 comment
#45 - Refactor for extra readability
Pull Request -
State: closed - Opened by CumpsD over 6 years ago
- 1 comment
#44 - Fix conditional statement GET/HEAD
Issue -
State: closed - Opened by KevinDockx over 6 years ago
- 1 comment
Labels: bug
#43 - app.UseDeveloperExceptionPage() issue
Issue -
State: closed - Opened by dotnetshadow over 6 years ago
- 3 comments
Labels: investigate
#42 - Take query string into account on cache key generation
Issue -
State: closed - Opened by KevinDockx almost 7 years ago
- 2 comments
Labels: bug