Install the nuget package
Install-Package Toggly.FeatureManagement.Storage.EntityFramework
Add the following in your startup.cs
startup.cs
services.AddTogglyEntityFrameworkSnapshotProvider();
The Entity Framework Snapshot provider expects an instance of ... injected via dependency injection.
Last updated 2 years ago
Was this helpful?