SqliteCache for ASP.NET Core v9.0.1 Release Notes
Release Date: 2025-02-19 // over 1 year ago-
- 🛠 Fixes an exception that might occur during calls to
SqliteCache.Dispose()if the background cleanup coincides with the dispose call. (#24, reported by @Cologler) - 🔧
ConfigureAwait(false)is used throughout the code - ⚡️ Upstream dependencies updated
🚀 Release is available on NuGet: https://www.nuget.org/packages/NeoSmart.Caching.Sqlite
Full Changelog : 9.0.0...9.0.1
- 🛠 Fixes an exception that might occur during calls to
Previous changes from v8.0.0
-
Full Changelog : 7.0.2...8.0.0