October 22, 2017
SpecFlow NUnit3 Generator Plugin
I recently created a SpecFlow plugin to solve a peculiar problem with NUnit test code generation. The issue is SpecFlow will generate test code that doesn’t compile when the .NET project containing the SpecFlow scenarios has a default namespace with the word NUnit. For example, if your project has the namespace IntegrationTests.NUnit, then you’ll receive the following error when trying to build.
The type or namespace name ‘Framework’ does not exist in the namespace ‘IntegrationTests.
Read more