c# - SpecFlow Configuration -


i've problem specflow configuration. every time build solution pop-up tell's me : "specflow detected changes in configuration might require re-generating feature files. disable popup...ect." know how disable

my problem feature files create second version of class file. example had commands.feature , 2 class files; 1. commands.feature.cs 2. commands1.feature.cs

does know how can disable re-generating?

one thing suggest when have solution open, see duplicate features or steps? if have feature , step directory, under solution , see if have duplicate feature/step listed. check folders duplicates in solution in general.

the regeneration can turned off in visual studio under tools > options > specflow > general > disable re-generate feature file popup.

i keep mine set false can turn off way. guess s have duplicates though.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -