RimDev.FeatureFlags
RimDev.FeatureFlags copied to clipboard
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.3 to 4.8.6. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...
Looks like `FeatureFlagOptions.Provider` is read only outside of this lib
There are probably lots of ways to do this but how do you recommend doing this? Like the code below? ```csharp public class Startup { private static readonly FeatureFlagOptions options...