Entity Framework
Install the nuget package
Install-Package Toggly.FeatureManagement.Storage.EntityFramework
Add the following in your startup.cs
services.AddTogglyEntityFrameworkSnapshotProvider();
Last updated
Was this helpful?
Install the nuget package
Install-Package Toggly.FeatureManagement.Storage.EntityFramework
Add the following in your startup.cs
services.AddTogglyEntityFrameworkSnapshotProvider();
Last updated
Was this helpful?