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
This issue tracks removing the work around for double writes of xunit.abstractions.dll in our build.
This problem comes about due to a collection of packages that we reference. In order to leverage Test Explorer / LUT testing we need to have these packages referenced:
xunit.runner.desktop
xunit
Both of these include xunit.abstractions.dll in different forms: content and reference respectively. This creates a double write violation in our build and fails the correctness leg.
As a work around we use a target, RemoveDuplicateContent, to remove the DLL included via the
Content list. This issue tracks resolving the core problem with the xunit team and ideally removing this hack.
This issue tracks removing the work around for double writes of xunit.abstractions.dll in our build.
This problem comes about due to a collection of packages that we reference. In order to leverage Test Explorer / LUT testing we need to have these packages referenced:
Both of these include xunit.abstractions.dll in different forms: content and reference respectively. This creates a double write violation in our build and fails the correctness leg.
As a work around we use a target, RemoveDuplicateContent, to remove the DLL included via the
Content list. This issue tracks resolving the core problem with the xunit team and ideally removing this hack.
xunit/xunit#1651
The text was updated successfully, but these errors were encountered: