Reputation: 489
I'm trying to create specflow tests with .NetCore and MSTest. As mentioned by Specflow, it won't generate any .feature.cs file for Feature files. But when I try to build my application it displays error for .feature.cs file not found.
Upvotes: 0
Views: 198
Reputation: 5825
The problem was, that SpecFlow doesn't support .NET Core 3. It is supported with SpecFlow 3.1.
Upvotes: 2