Table of Contents

Visual Studio adapter 3.1.1 2025 June 7

Today, we're shipping three new releases:

  • xUnit.net Core Framework v3 2.0.3 (release notes)
  • xUnit.net Analyzers 1.22.0 (release notes)
  • xUnit.net Visual Studio adapter 3.1.1

It's been 1 month since the release of 3.1.0.

As always, we'd like to thank all the users who contributed to the success of xUnit.net through usage, feedback, and code. 🎉

Release Notes

These release notes are a comprehensive list of changes from 3.1.0 to 3.1.1.

Features and Fixes

  • BUG: Fixed an issue where a v3 test process which terminated unexpectedly (for example, because of an out of memory condition) would appear to still be running rather than reporting as crashed. xunit/visualstudio.xunit#442

  • BUG: Fixed an issue where source information (filename and line number) was missing when reporting test results to VSTest. xunit/xunit#3298

  • BUG: Fixed an issue where error messages were sometimes causing exceptions rather than being properly reported. xunit/xunit#3144