Info
| Version: | 2.2026.3.2 |
| Author(s): | Heath Hopkins, Alexey Shytikov, Niklas Malmqvist |
| Last Update: | Tuesday, March 17, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/imranakram/Xrm.Persistent.Collections |
| NuGet Url: | https://www.nuget.org/packages/Xrm.Persistent.Collections |
Install
Install-Package Xrm.Persistent.Collections
dotnet add package Xrm.Persistent.Collections
paket add Xrm.Persistent.Collections
Xrm.Persistent.Collections Download (Unzip the "nupkg" after downloading)
Dependencies
- sqlite-net-pcl(>= 1.6.292)
- Xrm.Json.Serialization(>= 1.2020.2.4)
Provides disk-backed dictionary storage with automatic serialization of CRM entities (Entity, EntityReference, OptionSetValue, Money, etc.).
Perfect for long-running job engines, caching, and state persistence that survives application restarts.
Inspired by Akavache, optimized for Dynamics 365 Online and OnPrem scenarios.