devlooped / xunit.assemblyfixture

Provides per-assembly fixture state support for xunit
MIT License
26 stars 12 forks source link

Support for .net core 2+ #2

Closed SergiusZurawski closed 2 years ago

SergiusZurawski commented 6 years ago

I might be wrong but it looks like this package doesn't support .net core 2. Is there any plans to provide such support in future?

ortrails commented 6 years ago

I managed to port this over to .net core 2. i'll try to work on getting a pull request in here to add multi-targeting to the nuget package, or someone else can do it. xunit.assemblyfixture.core.zip

LeaveTheCapital commented 6 years ago

+1 any progress on this?

tomaszeman commented 5 years ago

You can use the full-featured implementation of AssemblyFixture from this extension https://github.com/tomaszeman/Xunit.Extensions.Ordering

kzu commented 2 years ago

Latest version targets NS2.0