Thinking about trying FtrIO? The new CLI makes it easy to start with just one feature flag
If you've been curious about FtrIO (the .NET feature toggle library that replaces if (featureFlags.IsEnabled(...)) with a [Toggle] attribute woven directly into your compiled IL) but weren't sure where to start, the experimental release of FtrIO.onetwo just made that first step a lot smaller.
You don't need to commit to a full migration. You don't need to rip out your existing flag library. You just need one method and 20 minutes.
What FtrIO.onetwo does
FtrIO.onetwo is a .NET CLI audit tool. Its default mode scans your source tree, finds every FtrIO toggle reference, and tells you exactly what's live right now:







