When generating feature.cs files with either the Visual Studio "Regenerate Feature Files" option or "Run Custom Tool" on the file itself, a file with a "1" is generated, but only for some files.
I'd like to know what makes these files special.
Then if I generate files with the Specflow generateall command prompt, the same files that generated with a "1" are generated next to the feature file, not "under" it. These tests cannot be found in Test Explorer. As you can see in the image below, some tests generate OK.
Please note I deleted all feature.cs files between generation. It is not adding the 1 because a .feature.cs file already exists.