是否有任何与QUOT;黑启动"对于.NET框架或库?框架、有任何、QUOT、NET

2023-09-04 02:45:20 作者:顾凉晨

我期待开始做黑启动和斜坡UPS在我们的生产现场(ASP.Net Web表单/ MVC)。是否有帮助这还是我只需要推出自己的任何现有的库或框架用于.NET?

I'm looking to start doing dark launches and ramp ups in our production site (ASP.Net Webforms / MVC). Are there any existing libraries or frameworks for .Net that help with this or do I just need to roll my own?

澄清:

我要建立一个功能,它推到生产无用户看到那么就必须开启该功能开启或关闭特定用户,用户组,客户等方面的能力。

I want to build a feature and push it to production without users seeing it then have the ability to turn that feature on or off for a particular user, group of users, customer, etc.

修改

有在其他语言中该可用库/框架。

There are libraries / frameworks available in other languages for this.

例如:

红宝石: https://github.com/jamesgolick/rollout 的Python: https://github.com/asenchi/proclaim Ruby: https://github.com/jamesgolick/rollout Python: https://github.com/asenchi/proclaim

我要开始建立一个,但希望确保我没有重新发明轮子。

I'm about to start building one but want to make sure I'm not re-inventing the wheel.

我的问题是:是否有任何类似的库为净

My question is: Are there any similar libraries for frameworks for .Net?

推荐答案

看起来像要搜索的词不是黑启动,而是功能脚蹼。现在我已经发现一对夫妇说这样做是.NET库的:

Looks like the term to search for is not "dark launch" but instead "feature flipper". I have now found a couple of libraries that do this in .Net:

在翻转迈克尔Sarchet: https://github.com/msarchet/flipper FlipIt由蒂姆·斯科特: https://github.com/timscott/flipit Flipper by Michael Sarchet: https://github.com/msarchet/flipper FlipIt by Tim Scott: https://github.com/timscott/flipit