-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem debugging prig MSTests with ReSharper test runner #87
Comments
Currently, Prig doesn't support ReSharper 2016.3 test runner. I guess that there is no such use case for the open source developer who uses Prig because ReSharper is too expensive -- yes, I am, too 😢 |
MEMO New-Variable ProfilerTargetProcessArgumentValue '(vstest\.executionengine)|(te\.processhost\.managed[^/]+/role=testexecution)|(JetBrains\.ReSharper\.TaskRunner)' -Option ReadOnly However, ReSharper test runner will crash from I just doing that. The |
* Support ReSharper. Currently, there are known issues so the scope is limited.
Any updates on this? ReSharper support is vital in some cases. |
@zaitsman, I'm going to support ReShaper in v2.4.0, but it is limited. There is the known issue that test process exited abnormally when creating new AppDomain in a test case. |
Prig is AWESOME. I have one issue though: when trying to debug the test with ReSharper 2016.3 test runner within VS2015 whole IDE freezes. I am using Microsoft Test Framework (Microsoft.VisualStudio.QualityTools.UnitTestFramework). Can I fix it somehow?
The text was updated successfully, but these errors were encountered: