RavenDB
Install-Package Toggly.FeatureManagement.Storage.RavenDBusing Toggly.FeatureManagement.Storage.RavenDB.Configuration;services.AddTogglyRavenDbSnapshotProvider();Last updated
Install the nuget package
Install-Package Toggly.FeatureManagement.Storage.RavenDBAdd the following in your startup.cs
using Toggly.FeatureManagement.Storage.RavenDB.Configuration;services.AddTogglyRavenDbSnapshotProvider();The RavenDB Snapshot provider expects an instance of IDocumentStore injected via dependency injection.
Last updated