fsprojects/FsUnit
FsUnit makes unit-testing with F# more enjoyable. It adds a special syntax to your favorite .NET testing framework.
📋 What's Changed
- Add equivalent assertion and related tests by @RJSonnenberg in https://github.com/fsprojects/FsUnit/pull/305
✨ New Contributors
- @RJSonnenberg made their first contribution in https://github.com/fsprojects/FsUnit/pull/305
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/7.0.1...7.1.1
📋 What's Changed
- Ensure to have library as outputtype in nupkg. (https://github.com/fsprojects/FsUnit/pull/299)
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/7.0.0...7.0.1
📋 What's Changed
- [BREAKING] FsUnit.Xunit now consumes `xunit.v3` as testing framework. - (https://github.com/fsprojects/FsUnit/pull/297)
- Update to NHamcrest v4.0.
- Update to MsTest v3.6 in Fs30Unit.MsTest.
- Update other dependencies.
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/6.0.1...7.0.0
📋 What's Changed
- Bump paket from 8.0.0 to 8.0.3 by @dependabot in https://github.com/fsprojects/FsUnit/pull/263
- Add build instructions etc. by @CaptnCodr in https://github.com/fsprojects/FsUnit/pull/267
- Bump fsdocs-tool from 20.0.0 to 20.0.1 by @dependabot in https://github.com/fsprojects/FsUnit/pull/276
- Bump fake-cli from 6.1.0 to 6.1.1 by @dependabot in https://github.com/fsprojects/FsUnit/pull/284
- Bump fantomas from 6.3.12 to 6.3.13 by @dependabot in https://github.com/fsprojects/FsUnit/pull/287
- Minor code clean-up by @Thorium in https://github.com/fsprojects/FsUnit/pull/281
- Update dependencies by @CaptnCodr in https://github.com/fsprojects/FsUnit/pull/288
✨ New Contributors
- @Thorium made their first contribution in https://github.com/fsprojects/FsUnit/pull/281
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/6.0.0...6.0.1
📋 What's Changed
- NUnit 4 upgrade (https://github.com/fsprojects/FsUnit/pull/259)
- MsTest updates (https://github.com/fsprojects/FsUnit/pull/260)
- Solution cleanup (https://github.com/fsprojects/FsUnit/pull/261)
- Update docs & update copyright for 2024. (https://github.com/fsprojects/FsUnit/pull/262)
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/5.6.1...6.0.0
📋 What's Changed
- Bump paket from 7.2.1 to 8.0.0 by @dependabot in https://github.com/fsprojects/FsUnit/pull/255
- Add NUnit nuget constraint by @CaptnCodr in https://github.com/fsprojects/FsUnit/pull/257
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/5.6.0...5.6.1
📋 What's Changed
- Bump fantomas from 6.2.2 to 6.2.3 by @dependabot in https://github.com/fsprojects/FsUnit/pull/252
- Change LOCKEDVERSION operator in nuget package template. (https://github.com/fsprojects/FsUnit/pull/254)
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/5.5.0...5.6.0
📋 What's Changed
- Update dependencies. (https://github.com/fsprojects/FsUnit/pull/250)
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/5.4.0...5.5.0
📋 What's Changed
- Bump fantomas from 6.0.5 to 6.1.1 by @dependabot in https://github.com/fsprojects/FsUnit/pull/239
- Update dependencies with xunit 2.5.0 support. (https://github.com/fsprojects/FsUnit/pull/240)
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/5.3.1...5.4.0
📋 What's Changed
- Set FSharp.Core back to ~5.0.0 to support older projects. (https://github.com/fsprojects/FsUnit/pull/236)
- Bump fantomas from 6.0.2 to 6.0.4. (https://github.com/fsprojects/FsUnit/pull/234)
- Update some more dependencies.
✨ New Contributors
- @dependabot made their first contribution in https://github.com/fsprojects/FsUnit/pull/234
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/5.3.0...5.3.1
📋 What's Changed
- Update dependencies. by @CaptnCodr in https://github.com/fsprojects/FsUnit/pull/231
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/5.2.0...5.3.0
📋 What's Changed
- Fix badge on README.md. (https://github.com/fsprojects/FsUnit/pull/223)
- Add 'actions' to URL. (https://github.com/fsprojects/FsUnit/pull/224)
- New year's updates. (https://github.com/fsprojects/FsUnit/pull/226)
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/5.1.0...5.2.0
📋 What's Changed
- Add `equalSeq` as operator by @CaptnCodr in https://github.com/fsprojects/FsUnit/pull/222
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/5.0.5...5.1.0
📋 What's Changed
- Update fantomas by @CaptnCodr in https://github.com/fsprojects/FsUnit/pull/217
- Support testFunc that return obj by @sergey-tihon in https://github.com/fsprojects/FsUnit/pull/220
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/5.0.4...5.0.5
📋 What's Changed
- Fix xUnit & MsTest message when exception will be thrown inside lambda. in https://github.com/fsprojects/FsUnit/pull/216
- Full Changelog: https://github.com/fsprojects/FsUnit/compare/5.0.3...5.0.4
📋 Changes
- Fixes a reference issue with .NET Framework. (#213)
📋 Changes
- Update NHamcrest dependency. - #211
📋 Changes
- Better support for IStructuralEquatable under NUnit - https://github.com/fsprojects/FsUnit/pull/147
- Refactorings & Fantomas integration - https://github.com/fsprojects/FsUnit/pull/157
- Dropped net46 support - https://github.com/fsprojects/FsUnit/pull/169
Added support of `NUnit 3.5`
Added support of `NUnit 3.4.1`
Added support of `NUnit 3.4`
Added support of `NUnit 3.2.1` Added FsUnitTyped with statically typed operators - https://github.com/fsprojects/FsUnit/pull/85 Fixed: Structural equality fail - https://github.com/fsprojects/FsUnit/issues/78 Fixed: Statically typed equality test - https://github.com/fsprojects/FsUnit/issues/21 Fixed: Simplify "should throw" - https://github.com/fsprojects/FsUnit/issues/20 Fixed: matchList can match empty obj lists - https://github.com/fsprojects/FsUnit/pull/90
