- Added support for MSTest class constructors that accept a TestContext as a parameter.
- Added support for MSTest CancellationTokenSource on the TestContext.
- Improved error reporting for MSTest classes that do not specify a correct constructor.
- Fixed some files being written in ASCII when they should be in UTF8. This should give better support for non-english environments and projects.
- Fixed an exception that would sometimes throw when mousing over RDI control flow markers
- Implemented a timer based limiter for Win32 WM_RESIZE events in the Tests Window output pane. This should allow this part of the UI to function correctly on systems that bombard it with these events.