Releases: Romfos/TestFixture
Releases · Romfos/TestFixture
1.10.0
1.9.0
What's Changed
- Added support for more concurrent collections: ConcurrentBag, ConcurrentQueue, ConcurrentStack
- Add .NET 9 to test matrix
- Bump dependencies
- Drop support for EOL .NET 6
- Adopt some C# 13 features
Full Changelog: 1.8.0...1.9.0
1.8.0
Changes:
- Support more collections and interfaces for them out of the box
- Simplify adding custom types via func-based factories
- GenericFactories rename
Full Changelog: 1.7.0...1.8.0
1.7.0
What's Changed
- Added some .NET 8 collections
- Support more default collections and interfaces