Sam Holder

Results 32 comments of Sam Holder

Does this happen with the v2 branch? If you install the beta version from the CI nuget feed do you see the same issue? I fixed some of the line...

The v2 nuget URL is https://ci.appveyor.com/nuget/specflow-ci and you need to make sure you allow beta versions in vs

that seems like it could be a good idea... On Fri, Mar 4, 2016 at 4:09 AM, Carlin Scott [email protected] wrote: > That I should implement this is put in...

which flavour of test generation do you use, as the support for this is probably dependent of how the testing framework implements its Ignore attribute

@glennblock only just had time to test this. I rebuilt your master branch in VS and tried to launch scriptcs from the built directory, but when I did :`openvs "MyScript.csx"...

yeah I did that (I assumed that otherwise it wouldn't find myscript.csx) but with an absolute path (ie I went to my script folder, then `c:\path\to\the\bin\folder\scrptcs.exe` then `:openvs "MyScript.csx" "2015"`...

I tried this again today and it might be because my script uses 'dynamic'. This works ok with the chocolatey version, but with the version from your branch if I...

ok, I'll try and make some time to test this at some point this week. Thanks for the update.

This would add a dependency on [System.Security.Claims](https://msdn.microsoft.com/en-us/library/system.security.claims.claim%28v=vs.110%29.aspx) which is part of the core since .net 4.5 and in in mscorelib. I don't know if you want to support older versions...