SpecFlow.VisualStudio
SpecFlow.VisualStudio copied to clipboard
Reduce multiple "Regenerate Feature-Files" warnings after e.g. Nuget update
SpecFlow Version:
- [x] 2.4
- [ ] 2.3
- [ ] 2.2
- [ ] 2.1
- [ ] 2.0
- [ ] 1.9
Used Test Runner
- [ ] SpecFlow+Runner
- [ ] MSTest
- [x] NUnit
- [ ] Xunit
Version number:
Visual Studio Version
- [x] VS 2017
- [ ] VS 2015
- [ ] VS 2013
Are the latest Visual Studio updates installed?
- [x] Yes
- [ ] No
.NET Framework:
- [x] >= .NET 4
- [ ] before .NET 4
Test Execution Method:
- [x] Visual Studio Test Explorer
- [ ] TFS/VSTS – Task – PLEASE SPECIFY THE NAME OF THE TASK
- [ ] Command line – PLEASE SPECIFY THE FULL COMMAND LINE
Issue Description
After Updating nuget packages, the specflow extension throws several messages regarding "Regenerate Featurefiles".
We have a solution containing several "test design" projects containing feature files. When a nuget package, that is referenced in those packages, gets updated, several instances of the same warning appear. It would be nice, if those warnings could be reduced. A single warning, with the option to regenerate should be enough. As far as I expect, a click on a single message box, regenerates all feature files and as a consequence, I would regenerate with every message box all files again.
As a quick fix, you might want to consider setting the option "Disable re-generate feature file popup" to True.