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
If the testing project is using Xunit 3, references to the Assert method and others fail because this library references Xunit 2. The compiler then has ambiguity problems that cannot seem to be resolved by using aliases.
It would be nice, if there was a version of this library, that uses Xunit 3 as well.
The text was updated successfully, but these errors were encountered:
I checked and seems because xunit v3 uses assertion pack whose name is new xunit.v3.assert. Based on its practice guidance, I also create new separate lib with new name as what xunit.net did, for xunit v3.
If the testing project is using Xunit 3, references to the Assert method and others fail because this library references Xunit 2. The compiler then has ambiguity problems that cannot seem to be resolved by using aliases.
It would be nice, if there was a version of this library, that uses Xunit 3 as well.
The text was updated successfully, but these errors were encountered: