Skip to content

Commit

Permalink
Merge pull request #653 from nunit/release3.10
Browse files Browse the repository at this point in the history
Release3.10
  • Loading branch information
mikkelbu authored Nov 27, 2023
2 parents af86349 + 538d3a3 commit 5995304
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
NUnit Analyzers 3.10-beta1 (and 2.9-beta1) - November 17, 2023
NUnit Analyzers 3.10 (and 2.10) - November 27, 2023

This release adds a couple of improvements to the analyzers:
* Check that users don't accidentally specify CallerArgumentExpression parameters
* Relax analyzers for added support for IAsyncEnumerable on *Source attributes

These improvements extend the functionality in the beta that added support for NUnit 4 and
for migrating to NUnit 4.

The release contains contributions from the following users (in alphabetical order):
* manfred-brands
* mikkelbu
* stevenaw

Issues Resolved

Features and Enhancements
* #639 Rule to check users don't accidentally specify CallerArgumentExpression parameters
* #634 Relax analyzers for added support for IAsyncEnumerable on *Source attributes

Tooling, Process, and Documentation
* #648 chore: Skip branch builds on PRs
* #644 chore: Update release notes for 3.10 beta
* #429 Drop the VSIX project


NUnit Analyzers 3.10-beta1 (and 2.10-beta1) - November 17, 2023

This beta adds support for the upcoming NUnit 4 - see pull request #612 - which solves the following issues
* #620 Make Classic Conversion rule for CollectionAssert improvement
Expand Down

0 comments on commit 5995304

Please sign in to comment.