cucumber / cucumber-expressions

Human friendly alternative to Regular Expressions
MIT License
152 stars 51 forks source link

Optimize Cucumber expression creation in .Net implementation #190

Open mpkorstanje opened 1 year ago

mpkorstanje commented 1 year ago

🤔 What's the problem you're trying to solve?

With #187 optimizations were submitted to create Cucumber expressions more efficiently when using Java. These changes are not applicable the other implementations as these have regular expression support build into the language itself.

Except .Net

✨ What's your proposed solution?

Port the changes made in #187 to ExpressionFactory.cs and CucumberExpression.cs.