- Fixed an issue where NCrunch would sometimes fail to resolve newer versions of Xunit3 assemblies
- Rider: Updated integration to Rider 2025.2
- Rider: Moved the NCrunch engine hosting environment from NET6 to NET8.
- Rider: Fixed a buffering issue that could cause the RDI UI to become unstable if it was open/used for too long
- Rider: Fixed a memory leak in the RDI UI.
- Fixed an issue where methods enclosed in //ncrunch: no coverage could still have some instrumentation added to them, when they should have none.
- Rider: Fixed an issue that could cause thread pool starvation when dragging and opening RDI tooltips
- Added support for Azure function projects using v2.0.4 of Microsoft.Azure.Functions.Worker.Sdk (this version of the toolset introduced some breaking changes for us)
- Fixed an issue where source files were sometimes being duplicated in opencover exports targeting projects using legacy PDBs.
- Fixed an issue where file identifiers specified on methods in opencover exports were not being properly adjusted to be globally unique within the export file.
- Fixed an issue where file identifiers were being cross mapped inside opencover exports, which could result in the references from sequence points to source files being incorrect.
- Rider: Fixed an issue where sometimes RDI elements would stop being updated in the UI, making them completely unresponsive.
- Rider: Fixed an issue that could cause internal duplication of engine threads responsible for keeping editor windows aligned inside the UI. This was causing resource leakage and instability.
- Rider: Fixed a potential deadlock that could cause NCrunch to stop providing information into editor windows
- Rider: Fixed version update popup impossible to close