General fixes
|
Smart-Runner
- Lowered memory footprint of add-in inside VS
- Doesn't require re-running after an hour of being idle.
- A long debugging session doesn't end prematurely
- An exception that appeared sometimes when VS shuts down was cured
Test Navigator Window
- UI fixes for the window and controls, including highlighting, enabling and disabling, buttons and colors.
- Changes of method and test names are now reflected in the test windows
- Progress bar gives more accurate status
Shields
- Shields load more quickly in a solution where tests haven't run yet.
- Multiple fixes with showing shields correctly: renamed and copied method names, open files, files modified outside the IDE, failed pending methods, partial classes and generic methods.
Mocking
- Issue when DoInstead block was called on multiple threads
- A race condition on recursive fakes that caused an exception
- Issue with ignoring private methods that were defined in a base class
- A crash of recording ContextBoundObjects in Natural Mocks API
- Failure to load Isolator in VS 2010 server without full installation
- Changing a ref/out value in a DoInstead block.
- A TypeLoadException that happens when using a WPF LoadView method.
|
|