To me it seems that currently Collection Fixtures are not at all supported.
Any test class that attempts to use them instantly fail with an error similar to:
Code:Xunit.Sdk.TestClassException: The following constructor parameters did not have matching fixture data: DatabaseFixture fixture
However, running them in the xUnit Visual Studio or Console runner works just fine.
Is there some setup piece that I am missing to make these work?