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
Using MSTest.Adapter and MSTest.TestFramework at version 3.6.2
Steps To Reproduce
Use a non-English locale (for example, French)
Create a new WinUI 3 project in Visual Studio
Add a test project to the solution
Update the test project's dependencies to the latest versions
Try to build and run the tests
Expected behavior
The project should build and execute the example test cases.
Actual behavior
The build fails with APPX1101; multiple DLLs are duplicated between MSTest.Adapter and MSTest.TestFramework.
Additional context
The key to the problem seems to be the system locale. All of the duplicated DLL files during my testing were under fr subdirectories, found inside for example the mstest.testadapter\3.6.2\build\_localization and mstest.testframework\3.6.2\lib\net8.0 directories. Those do not contain anything for English locales, hence why the issue doesn't seem to arise on a system with an English locale set.
The text was updated successfully, but these errors were encountered:
Describe the bug
Using
MSTest.Adapter
andMSTest.TestFramework
at version 3.6.2Steps To Reproduce
Expected behavior
The project should build and execute the example test cases.
Actual behavior
The build fails with
APPX1101
; multiple DLLs are duplicated betweenMSTest.Adapter
andMSTest.TestFramework
.Additional context
The key to the problem seems to be the system locale. All of the duplicated DLL files during my testing were under
fr
subdirectories, found inside for example themstest.testadapter\3.6.2\build\_localization
andmstest.testframework\3.6.2\lib\net8.0
directories. Those do not contain anything for English locales, hence why the issue doesn't seem to arise on a system with an English locale set.The text was updated successfully, but these errors were encountered: