Here are the current known issues you may face when running tests, along with available workarounds.
@# Known Issues
- Issue:
Tests that depend onThread.CurrentPrincipal
may fail. This is due to change in inter process commincation in Testplatform. - Workaround:
Use an alternative likeSystem.Security.Principal.WindowsIdentity.GetCurrent()
- Issue:
Tests that depend on the name of the currnet running process may fail. - Workaround:
Tests run in one of following processvstest.console.exe
,testhost.exe
,testhost.x86.exe
ordotnet.exe
based on run configuration (/Platform
and/Framework
). If the tests depend on the process name, then update the tests accordingly.