- BUGFIX: Don't warn when indexing.
- GU0019: Warn on IEnumerable<struct>.FirstOrDefault()
- GU0026: Warn on array[1..] as it allocates
- BREAKING: For VS2022+ now.
- BUGFIX: AD0001 -> Could not load file or assembly
- BUGFIX: Handle roslyn reporting different error.
- BUGFIX: GU0011 should not warn on void returning.
- FEATURE: Name mocks
- FEATURE: GU0007 handle singletons.
- BUGFIX GU0012: ignore out parameters.
- FEATURE: Member of internal class should be internal, analyzer + fix.
- BUGFIX: NRE in exception analyzer.
- FEATURE: SplitStringRefactoring
- FEATURE: MakeStaticFix
- FEATURE: GU0017 Don't use discarded
- BUGFIX: Garbage docs for SA1611.
- Garbage docs for type parameter.
- Generate useless docs for SA1614.
- Fix: create parameter when adding testcase arg.
- FEATURE: New analyzer GU0024.
- BUGFIX: Static member order.
- FEATURE: Code fix for GU0009.
- BUGFIXES: Don't nag on fluent moq.
- FEATURE: New analyzer: check that exceptions are [Serializable].
- BUGFIX: GU0082 handle enums.
- FEATURE: New analyzer: check testcase attribute arguments & parameter types.
- FEATURE: New analyzers for checking NUnit attribute usage.
- BREAKING: Only VS2017+ from now on.
- Bugfixes.
- NEW ANALYZER: GU0071
- BREAKING: Moved dispoable analyzers to https://www.nuget.org/packages/IDisposableAnalyzers/