
The pre-release RC2 version of FeatureToggle with .NET Core support is now available on NuGet.
See release notes and GitHub issues for additional background/breaking changes/limitations.
RC2 builds on RC1 and modifies the format of the json settings to make use of nesting as discussed in this issue, for example:
{ "FeatureToggle": { "Printing": "true", "Saving": "false" } }
Thanks to @steventmayer for the suggestions.