You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the pattern of xunit 2.0, Xbehave 2.0 is now a meta-package containing nothing but a dependency on Xbehave.Core and xunit, where Xbehave.Core is the package containing the actual assemblies. The reason for this is that xunit is a meta-package containing deps on xunit.core and xunit.assert, allowing users to install just xunit.core when they want to use another assertion library. Similarly, users can just install Xbehave.Core which only takes a dep on xunit.core.
So the bottom line is that I'd like to be able to compare Xbehave 1.1.0 with Xbehave.Core 2.0.0-rc002-build543.
I can hear the groans already 😝.
The text was updated successfully, but these errors were encountered:
Following the pattern of xunit 2.0, Xbehave 2.0 is now a meta-package containing nothing but a dependency on Xbehave.Core and xunit, where Xbehave.Core is the package containing the actual assemblies. The reason for this is that xunit is a meta-package containing deps on xunit.core and xunit.assert, allowing users to install just xunit.core when they want to use another assertion library. Similarly, users can just install Xbehave.Core which only takes a dep on xunit.core.
So the bottom line is that I'd like to be able to compare Xbehave 1.1.0 with Xbehave.Core 2.0.0-rc002-build543.
I can hear the groans already .
—
Reply to this email directly or view it on GitHub.
OK, here's a curve ball... 😉
Following the pattern of
xunit
2.0,Xbehave
2.0 is now a meta-package containing nothing but a dependency onXbehave.Core
andxunit
, whereXbehave.Core
is the package containing the actual assemblies. The reason for this is thatxunit
is a meta-package containing deps onxunit.core
andxunit.assert
, allowing users to install justxunit.core
when they want to use another assertion library. Similarly, users can just installXbehave.Core
which only takes a dep onxunit.core
.So the bottom line is that I'd like to be able to compare
Xbehave
1.1.0 withXbehave.Core
2.0.0-rc002-build543.I can hear the groans already 😝.
The text was updated successfully, but these errors were encountered: