Xrm.Persistent.Collections
2.2026.3.1
See the version list below for details.
dotnet add package Xrm.Persistent.Collections --version 2.2026.3.1
NuGet\Install-Package Xrm.Persistent.Collections -Version 2.2026.3.1
<PackageReference Include="Xrm.Persistent.Collections" Version="2.2026.3.1" />
<PackageVersion Include="Xrm.Persistent.Collections" Version="2.2026.3.1" />
<PackageReference Include="Xrm.Persistent.Collections" />
paket add Xrm.Persistent.Collections --version 2.2026.3.1
#r "nuget: Xrm.Persistent.Collections, 2.2026.3.1"
#:package Xrm.Persistent.Collections@2.2026.3.1
#addin nuget:?package=Xrm.Persistent.Collections&version=2.2026.3.1
#tool nuget:?package=Xrm.Persistent.Collections&version=2.2026.3.1
SQLite-backed persistent collections for Microsoft Dynamics CRM/XRM applications.
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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- Microsoft.CrmSdk.CoreAssemblies (>= 9.0.2.60)
- Newtonsoft.Json (>= 13.0.4)
- sqlite-net-pcl (>= 1.9.172)
- SQLitePCLRaw.bundle_e_sqlite3 (>= 2.1.10)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
- Xrm.Json.Serialization (>= 1.2026.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.2026.3.2 | 80 | 3/17/2026 |
| 2.2026.3.1 | 70 | 3/17/2026 |
| 1.2022.10.3 | 849 | 10/23/2022 |
| 1.2020.2.2 | 1,110 | 2/21/2020 |
| 1.0.64 | 866 | 5/27/2019 |
Major upgrade to .NET Framework 4.8 with significant performance improvements (15-25%).
Version Format: CalVer (2.YYYY.M.D) - Previous version: 1.2022.10.3
Breaking Changes:
- Namespace changed from Innofactor.Xrm.Persistent.Collections to Xrm.Persistent.Collections
Enhancements:
- Upgraded to .NET Framework 4.8 (from 4.6.2)
- Updated SQLite to 1.9.172 (10-15% faster)
- TLS 1.2/1.3 support for Dynamics 365 Online
- Doubled test coverage (27 comprehensive tests)
- Full backward compatibility with existing database files
See CHANGELOG.md for full details.