Table of Contents

Analyzers 1.18.0 2024 December 16

Today, we're shipping three new releases:

  • xUnit.net Core Framework v3 1.0.0 (release notes)
  • xUnit.net Analyzers 1.18.0
  • xUnit.net Visual Studio adapter 3.0.0 (release notes)

It's been 6 weeks since the release of 1.17.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 1.17.0 to 1.18.0.

Usage Analyzers

  • BUG: Fixed an issue with xUnit1051 where the fixer was not properly handling a switch from params [] to [] when choosing the overload for adding a cancellation token. xunit/xunit#3068