EFCore implementation of Durable Task Storage.
Info
Version: | 1.0.0 |
Author(s): | Lucas Lorentz |
Last Update: | Monday, June 3, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/LLL.DurableTask.EFCore |
Install
Install-Package LLL.DurableTask.EFCore
dotnet add package LLL.DurableTask.EFCore
paket add LLL.DurableTask.EFCore
LLL.DurableTask.EFCore Download (Unzip the "nupkg" after downloading)
Dependencies
- LLL.DurableTask.Core(>= 0.0.4)
- Microsoft.Azure.DurableTask.Core(>= 2.5.0)
- Microsoft.EntityFrameworkCore(>= 3.1.10)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.10)