dotnet / systemweb-adapters

MIT License
337 stars 59 forks source link

Fix HttpResponseBase.Cache typing (Fixes #476) #477

Closed AvremelM closed 2 months ago

AvremelM commented 8 months ago

PR Title Fix HttpResponseBase.Cache typing to HttpCachePolicyBase

PR Description Created HttpCachePolicyBase and HttpCachePolicyWrapper types. Retyped HttpResponseBase.Cache and HttpResponseWrapper.Cache as HttpCachePolicyBase

Addresses #476 (in this specific format)

twsouthwick commented 7 months ago

Part of #486

twsouthwick commented 7 months ago

We discussed this today and we'll do a v2.0 release with this as a fix after we get the other issues out in a 1.4 release