A simple .NET persistence library which uses XML file storage.
Info
| Version: | 3.1.1 |
| Author(s): | Rob West |
| Last Update: | Monday, December 21, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/robertgregorywest/SimpleDatastore |
| NuGet Url: | https://www.nuget.org/packages/SimpleDatastore |
Install
Install-Package SimpleDatastore
dotnet add package SimpleDatastore
paket add SimpleDatastore
SimpleDatastore Download (Unzip the "nupkg" after downloading)
Dependencies
- JetBrains.Annotations(>= 2020.1.0)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0)
- Microsoft.CSharp(>= 4.5.0)
- Microsoft.Extensions.Caching.Memory(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Nito.AsyncEx(>= 5.0.0)
- System.IO.Abstractions(>= 11.0.6)
- System.Text.Json(>= 4.7.2)