CodeConnect / AliveFeedback

Issue and feature tracker for Alive
23 stars 0 forks source link

No support for Fakes #83

Open djfr opened 8 years ago

djfr commented 8 years ago

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!

JoshVarty commented 8 years ago

Just to clarify, you're talking about Microsoft Fakes?

I'll start looking into what it would take to get support in for this.