Skip to content

9.4.33

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jun 22:33

Fixes:

  • 9bc6b44 Fix race in ExpireAfter when item is removed or updated before expiration fires (#1076) @dwcullop
  • 7b861d0 Fixed that the cache-land dynamic .Filter() operator relied on limited mutation of an internal Dictionary<,> during enumeration, a behavior that is not supported on target frameworks older than .NET Core 3.0. Additional logic to copy the keys to iterate, before mutation, should now be injected for builds targeting such older frameworks. (#1084) @JakenVeina
  • b93a6b9 Fix docs and exception messages for Change (#1085) @xackus
  • cc8b91e Fixed that the Build and Release action defined in release.yml was attempting to publish a bogus "empty.nupkg" file that exists in the normal build output of the DynamicData.Tests project, as a part of the EmptyFiles package, since the job was written to search for "*.nupkg". (#1124) @JakenVeina

Other:

Test: