You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split redis output-cache pieces from Microsoft.Extensions.Caching.StackExchange.Redis into Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (#50457)
* split SE.Redis OutputCache implementation into new package, Microsoft.AspNetCore.OutputCaching.StackExchangeRedis
(it was causing an undesirable framework ref)
- remove the output cache functionality and ref from Microsoft.Extensions.Caching.StackExchange.Redis
- (simplified API [un]shipped.txt back to single; no change except no more unshipped)
- moved functionality to new package (and update eng files accordingly)
- new namespace etc; will need API review
- in particular, RedisCacheOptions was shared between both APIs; now RedisOutputCacheOptions
* update tags
* add a startvs.cmd
* remove ExcludeFromSourceBuild
* revert shipped/unshipped to make CI happy
* keep public API file position to minimize PR size
* seal RedisOutputCacheOptions
* file named incorrectly
* unnecessary using directive
* remove IOptions<T> from RedisOutputCacheOptions (required using DI in the tests)
0 commit comments