Dirk Rombauts
Dirk Rombauts
We have an idea for a solution but no one has had time to implement it yet. The solution would be to make it possible to specify parameters for these...
I'm confused - what does a NotImplementedException have to do with an ignored scenario? As I understand it, a NotImplementedException is something you throw when you haven't yet implemented a...
@carlin-q-scott I think I can see where you are coming from ... but what you describe is a run-time behaviour, and the `ignore` tag is converted into an `Ignore` attribute...
Does that mean there'll be an official 2.x release on nuget soon? That would be cool!
It's been my experience that when I write `When I type dasdsadas into the calculator` with this binding: > [When(@"I type (.*) into the calculator")] > public void WhenITypeIntoTheCalculator(int p0)...
@kclarnold at the moment it isn't clear what is going to happen with regard to shared projects: we don't know whether Microsoft will continue the direction of shared projects or...
I tried to recreate the problem with the exact same versions of SpecFlow and NUnit that the original user is using, but no luck. Maybe the original user will come...
Wow @CharliePoole I'm grateful for the amount of thought you're putting into this. I will do my best to get more information from the original user, but I believe he's...
The original user [reported](https://github.com/picklesdoc/pickles/issues/365#issuecomment-245641040) that he solved his problem by upgrading his "nunit" to the latest version. So that problem is solved. But as @CharliePoole says, it's still interesting to...
I tried out the combination of an NUnit 2.6.3 runtime and an NUnit 3.4.1 runner myself, and am indeed getting _DESCRIPTION instead of Description.