Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 376 Bytes

File metadata and controls

10 lines (7 loc) · 376 Bytes

LLL.DurableTask.EFCore.MySql Nuget

Extension to EFCore storage with migrations and queries specific to MySql.

Configuration

services.AddDurableTaskEFCoreStorage()
    .UseMySql(ServerVersion.AutoDetect("YOUR_CONNECTION_STRING"));