Skip to content

Latest commit

 

History

History

LLL.DurableTask.EFCore.InMemory

LLL.DurableTask.EFCore.InMemory Nuget

Extension to EFCore storage with queries specific to InMemory database.

Configuration

services.AddDurableTaskEFCoreStorage()
    .UseInMemoryDatabase("DatabaseName");