0.32.0
What's Changed
- chore: bugfix/309 more than one dimension array by @Meir017 in #311
- feat: support List<>.Count.Should().Be scenario by @Meir017 in #314
- feat: add missing nunit test cases for false assertions by @Meir017 in #337
- feat: add nunit assert.that empty assertions by @Meir017 in #339
- feat: add nunit assert.that zero assertions by @Meir017 in #340
- feat: add nunit collectionassert.isempty assertions by @Meir017 in #341
- feat: add nunit collection assert AreEqual by @Meir017 in #346
- feat: add nunit collection assert Contains by @Meir017 in #347
- feat: add nunit collection assert AllItemsAreInstancesOfType by @Meir017 in #349
- feat: add nunit assert AreNotSame by @Meir017 in #350
- tests: add mstest tests for generic Assert.IsNotInstanceOfType by @Meir017 in #351
- feat: add nunit collection asserts AllItemsAreNotNull & AllItemsAreUnique by @Meir017 in #352
- feat: ignore more nunit assert methods by @Meir017 in #354
New Docs
see https://github.com/fluentassertions/fluentassertions.analyzers?tab=readme-ov-file#docs
Full Changelog: v0.31.0...v0.32.0