Sam Holder

Results 32 comments of Sam Holder

I have a similar issue with out parameters. Example repro code: ``` public class Thing { private readonly static Dictionary configCache = new(); public string Property { get; private set;...

Hmmm. I'm sure that you are much more knowledgeable in this area than me, but I removed all stryker mutants apart from 7 and I still get the compilation issue....

I got this issue immediately after upgrading to the latest version on one of my machines. I closed visual studio, deleted the temp files (got to %TEMP% and delete all...

does shutting VS, clearing the cache and starting VS again solve the problem? On Thu, May 21, 2015 at 4:25 PM, fknebels [email protected] wrote: > This is still an issue....

Sorry, not the visual studio cache, the cache files specflow creates. I think the location was linked earlier in the thread On 21 May 2015 18:55, "Darren Cauthon" [email protected] wrote:...

Is the abstract class inherited by multiple classes which contain step definitions? Does it contain the [binding] attribute? On 11 Jun 2015 20:49, "fknebels" [email protected] wrote: > I've updated to...

save, close and restart visual studio. Does this fix the issue? On Thu, Jun 11, 2015 at 1:46 PM, mperetz [email protected] wrote: > Scenario: > Given our app.config contains the...

have you tried clearing the cache files http://stackoverflow.com/a/21536348/97614? On Thu, Jun 11, 2015 at 2:41 PM, mperetz [email protected] wrote: > We have tried to restart visual studio, even re-install specflow...

Any chance you could put a project which reproduces this issue up on github? Someone might be able to take a look at it then

It's not clear what the problem actually is. Could you give an example? On 17 Aug 2015 22:54, "wcdeich4" [email protected] wrote: > I've been having bugs with SpecFlow. In particular...