Skip to content

Releases: fluentassertions/fluentassertions.ioc.ninject

1.5.0

29 Mar 15:28
9e7a581
Compare
Choose a tag to compare

New

  • #10 Add support for net47, netcoreapp2.1, netcoreapp3.0, netstandard2.0 and netstandard2.1 TFMs.
  • #10 Add support for FA 5.

Thanks to @RyadaProductions.

1.4.0

20 Mar 09:57
Compare
Choose a tag to compare

New

  • Updated to use Fluent Assertions 3.3.0.

1.3.0

19 Mar 14:52
Compare
Choose a tag to compare

New

  • Added new ThatDeriveFrom<T>() extension method for filtering collections of types.

1.2.0

11 Dec 17:05
Compare
Choose a tag to compare

Fixed

  • #4 Duncan Worthy fixed a NullReferenceException in SingleTypeKernelAssertions.

1.1.0

05 Dec 11:10
Compare
Choose a tag to compare

New

  • #3 Assert an interface resolves to a concrete implementation.
  • Include Ninject activation error message in test failure messages.

Updated

  • Removed clutter from API surface.

1.0.0

08 Sep 08:03
Compare
Choose a tag to compare
  • Update Fluent Assertions Core to version 3.1
  • Remove assembly assertions which have moved to the Fluent Assertions core.
  • Switch .net 4 projects back to using the 4.0.0 framework version.

1.0.0-beta2

24 Jun 14:17
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

Breaking Changes

  • ResolveInterfaces methods renamed to Resolve so it's clear they can be used on all types, not just interfaces.

1.0.0-beta1

24 Jun 11:09
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

Initial release.

The assembly reference assertions are moving to the Fluent Assertions core in v3.1, which is why this release has a beta tag.