Results 118 comments of Ian Johnson

It looks like there was an issue in the auto configuration code that wasn't checking attributes on the method parameters. I've released an updated version `8.0.0-RC824`. Note you need to...

Yeah that's more a function of the way xUnit discovery works. Originally when I was implementing I really didn't see a way around it. That said it's worth taking a...

I've created a new branch for this work and done an initial checkin (it compiles but need to do testing)

Nuget feed for nightly build https://ci.appveyor.com/nuget/seleniumfixture-nightly

@pbolduc I'm interested in doing an pre-release of this to nuget. Do you have any other issues/changes you'd like to see in it before pushing?

Ok I've pushed an alpha version to nuget

@pbolduc were you able to do any testing on this version?

Yeah originally my thinking was that sharing wasn't a good idea because the combinations of possible different drivers was large and I didn't know if it was really needed (wasn't...

In case you're interested these are the other two projects that I'm currently working. [Grace](https://github.com/ipjohnson/Grace) - Dependency injection container for .net, currently re-writing from the ground up for .netstandard and...

I'd definitely be up for a PR.