site/releases/analyzers/1.1.0.md
Today, we're shipping one new release:
1.1.0It's been 4 months since the release of 1.0.0.
As always, we'd like to thank all the users who contributed to the success of xUnit.net through usage, feedback, and code. 🎉
[!IMPORTANT] By default, adding a reference to the
xunitversion2.4.2package will pull inxunit.analyzersversion1.0.0; you can upgrade to the newer Analyzers package by taking an explicit package reference against version1.1.0. See this project for an example.
These release notes are a comprehensive list of changes from 1.0.0 to 1.1.0.
Fixed an issue with xUnit2002 that incorrectly flagged implicit casts from non-nullable types to nullable types as though the value were still non-nullable. xunit/xunit#2395{ .issue-link }
Fixed an issue with xUnit2005 was not correctly triggering when one of the two values was a non-nullable value (it was checking for both being non-nullable values). xunit/xunit#2560{ .issue-link }