Currently, when using a test with Fakes either running it or using it to replay a method, it's throwing with:
UnitTestIsolationException.
I'm not sure how far you guys will be able to go with this, since the Fakes Isolation pipeline uses the Intellitrace profiler and you won't be able to get hold of it during a Roslyn API call, or outside a debug session.
It would be a very nice adition! Some stuff (i.e. Azure SDK/MAMLs code) simply needs fakes to be isolated or otherwise the effort to invert control will add too much noise to the code base, making it too fat.
Loving this extension so far, keep up the good work!
Currently, when using a test with Fakes either running it or using it to replay a method, it's throwing with: UnitTestIsolationException.
I'm not sure how far you guys will be able to go with this, since the Fakes Isolation pipeline uses the Intellitrace profiler and you won't be able to get hold of it during a Roslyn API call, or outside a debug session.
It would be a very nice adition! Some stuff (i.e. Azure SDK/MAMLs code) simply needs fakes to be isolated or otherwise the effort to invert control will add too much noise to the code base, making it too fat.
Loving this extension so far, keep up the good work!