xunit / visualstudio.xunit

VSTest runner for xUnit.net (for Visual Studio Test Explorer and dotnet test)
https://xunit.net/
Other
144 stars 81 forks source link

Use ILRepack due to conflicts #383

Closed bradwilson closed 1 year ago

bradwilson commented 1 year ago

To prevent conflicts with xunit.runner.utility and xunit.runner.reporters, we should ILMerge everything (except xunit.abstractions).

We've already done this for the runners in v3: https://github.com/xunit/xunit/blob/3c0ff591e4a33f79df3372a997cadeb5af3c733a/src/Directory.Build.targets#L37-L84

See: https://github.com/xunit/xunit/discussions/2771#discussioncomment-6916696