A set of ISessionManager implementations for .NET Framework 4.8 which return boolean null/true/false values.
$ dotnet add package Lussatite.FeatureManagement.SessionManagers.FrameworkVarious read-only ISessionManager implementations which are compatible with .NET Framework 4.8. These implementations do not write back to the underlying value store.
While these ISessionManager implementations are written for Lussatite.FeatureManagement, they are compatible with the Microsoft ISessionManager interface and could be used with the Microsoft FeatureManager implementation.
A read-only ISessionManager implementation that uses the .NET Framework static class ConfigurationManager to obtain its values.