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
HybridCache : implement the tag expiration feature (#5785)
* rebase hc-tags work from dev (easier to re-branch due to drift)
* detect malformed unicode in tags/keys
* avoid try/finally in unicode validation step
* make build happy
* happier
* normalize and test how per-entry vs global options are inherited
* add loggine of rejected data
* event log for tag invalidations
* make the CI overlord happy
* rebase hc-tags work from dev (easier to re-branch due to drift)
* detect malformed unicode in tags/keys
* avoid try/finally in unicode validation step
* make build happy
* happier
* normalize and test how per-entry vs global options are inherited
* add loggine of rejected data
* event log for tag invalidations
* make the CI overlord happy
* add event-source into more tests (proves logging-related code branches work)
* add inbuilt type serializer test
* add license header
* improving code coverage
* incorporate PR feedback re thread-static array
* make the robots happy
* Update src/Libraries/Microsoft.Extensions.Caching.Hybrid/Internal/TagSet.cs
Co-authored-by: Sébastien Ros <[email protected]>
* tag-based invalidate: pass multiple tags, to ensure code paths
* more coverage
---------
Co-authored-by: Sébastien Ros <[email protected]>
<ItemGroupCondition="'$(InjectSkipLocalsInitAttributeOnLegacy)' == 'true' AND ('$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netcoreapp3.1')">
26
+
<ItemGroupCondition="'$(InjectSkipLocalsInitAttributeOnLegacy)' == 'true' AND ('$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' or '$(TargetFramework)' == 'netcoreapp3.1')">
0 commit comments