-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump to Microsoft.Extensions.Caching.Memory to 6.0.3 for netfx #3004
Conversation
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
else | ||
{ | ||
// Otherwise, use the Remove function to remove all entries using all keys in the cache gathered using reflection. | ||
PropertyInfo cacheEntriesCollectionDefinition = typeof(MemoryCache).GetProperty("EntriesCollection", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The EntriesCollection property was removed, causing the private reflection to fail.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3004 +/- ##
==========================================
+ Coverage 72.45% 72.47% +0.02%
==========================================
Files 288 288
Lines 59498 59493 -5
==========================================
+ Hits 43109 43120 +11
+ Misses 16389 16373 -16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
GHSA-qj66-m88j-hmgj