jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET
http://dontcodetired.com/blog/?tag=/featuretoggle
Apache License 2.0
689 stars 111 forks source link

Maintain a community toggles markdown page #156

Open corkupine opened 6 years ago

corkupine commented 6 years ago

It would be great to maintain a page with links to community-generated toggles. I am working on a custom toggle right now for Active Directory and I can't imagine someone hasn't done it yet. Likewise, it would be great to offer it to the community when I'm finished.

I don't mind handling PRs for something like that if it would help.

mikanyg commented 6 years ago

I am working on some azure backed toggles myself (various storage providers) that I would like to contribute back to the community. So a simple list of known feature toggle custom providers would be awesome.

mikanyg commented 6 years ago

Just published the several FeatureToggle providers for several Azure services to nuget.org. Details to be found here FeatureToggle.Azure

jason-roberts commented 6 years ago

Hi @corkupine hi @mikanyg - as an alternative how would you feel about the idea of a separate repository e.g. "FeatureToggle.Contrib" or perhaps creating a github org with mule repros inside it?

corkupine commented 6 years ago

Either idea sounds great. I'm assuming you mean "mult repos", or maybe I am unaware of some phrase the cool kids are using now.

mikanyg commented 6 years ago

Same for me, sounds like a good idea, but was scratching my head about the “mule” repros.

I think that moving all repos to an org would benefit all projects, but might require more attention from several people.