Skip to content

Latest commit

 

History

History

LLL.DurableTask.EFCore.SqlServer

LLL.DurableTask.EFCore.SqlServer Nuget

Extension to EFCore storage with migrations and queries specific to Sql Server.

Configuration

services.AddDurableTaskEFCoreStorage()
    .UseSqlServer("YOUR_CONNECTION_STRING");