-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
Needs: Triage 🔍Label added to new issues which need TriageLabel added to new issues which need Triage
Description
Describe the bug
Caching.Cache.Insert is missing the overload with 3 arguments, see: https://learn.microsoft.com/en-us/dotnet/api/system.web.caching.cache.insert?view=netframework-4.8.1#system-web-caching-cache-insert(system-string-system-object-system-web-caching-cachedependency)
To Reproduce
- Import System.Web
- Call
HttpRuntime.Cache.Insert(cacheKey, cacheValue, new System.Web.Caching.CacheDependency(path)); - Compile to get the build error
Further technical details
Please include the following if applicable:
ASP.NET Framework Application:
- Technologies and versions used (i.e. MVC/WebForms/etc): MVC 5
- .NET Framework Version: 4.7.2
- IIS Version: 10.0.22621
- Windows Version: 10
Metadata
Metadata
Assignees
Labels
Needs: Triage 🔍Label added to new issues which need TriageLabel added to new issues which need Triage