Open GoogleCodeExporter opened 9 years ago
Debugging this now I noticed that the solution I'm loading contains both a test
assembly and the tested assembly (as is usually the case, I guess). When the
solution loads Resharper explores the test project, and the Gallio plugin
dutifully loads it (and its dependencies) and starts to reflect on it. All of
this seems to happening in the DefaultDomain. Isn't this supposed to be
happening in a new AppDomain (or a separate Gallio.Host)?
Original comment by wayne.br...@gmail.com
on 14 Jan 2011 at 4:46
Actually, Gallio isn't supposed to be loading any of the types in your test
assembly directly. It uses the R# code model for reflection.
Original comment by jeff.br...@gmail.com
on 15 Jan 2011 at 5:01
Just a note that this still seems to happen with R#6
Original comment by wayne.br...@gmail.com
on 19 Oct 2011 at 6:04
Original issue reported on code.google.com by
wayne.br...@gmail.com
on 13 Jan 2011 at 8:48