RimDev.FeatureFlags icon indicating copy to clipboard operation
RimDev.FeatureFlags copied to clipboard

Results 3 RimDev.FeatureFlags issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...