- Added support for MSTest v4.
- Adjusted the handling for Xunit3 tests under distributed processing. When tests are run on a remote node, their xunit-specific metadata is now sourced from the local analysis task that was previously run on the node. This should resolve problems related to many tests failing to correctly be identified or executed on remote nodes when they were discovered on other machines, and generally improve stability when using Xunit3 with distributed processing.
- Fixed internal exceptions thrown when the Tests Window trace output is collapsed below a renderable size.
- Redesigned DPI synchronisation under Rider to improve efficiency and reduce the risk of hanging.
- Optimised editor change sync under Rider to reduce hanging and improve efficiency.
- Fixed several issues related to Tests Window scrollbar sizes becoming misaligned when working on systems with differing DPI settings between monitors. In extreme cases this could even cause the IDE to crash as the scrollbar could crowd out the rendering of other controls.
- Fixed about dialog showing the wrong product version of NCrunch under VS2026