Skip to content

Releases: PosInformatique/PosInformatique.FluentAssertions.Json

v1.6.0

13 Aug 05:47
f75ffe1

Choose a tag to compare

Improvements

  • Improves the BeJsonSerializableInto() and BeJsonDeserializableInto() methods to use C# raw string literal.

Nuget package.

v1.5.0

11 Feb 09:04
771f370

Choose a tag to compare

Improvements

  • Add the support of FluentAssertions >= 6.0.0.

Nuget package.

v1.4.0

28 Oct 10:42
b779924

Choose a tag to compare

Improvements

  • Add new overload BeJsonDeserializableInto() method to test if a Stream contains a JSON serializable object (fixes #19).

Nuget package.

v1.3.0

28 Jun 04:09
1c07aaf

Choose a tag to compare

Improvements/fixes

  • Add a new BeJsonDeserializableInto() overload method to test JSON string collections, string and numeric values directly (fixes #16)

Internal

  • Migrates builds from Azure Pipelines to Github actions (fixes #17).

Nuget package.

v1.2.0

29 Oct 11:25
a66f8b2

Choose a tag to compare

  • Add new override BeJsonSerializableInto() method to test polymorphism serialization with discriminator JSON property. (fixes #14).
  • Add the support to assert the deserialization of root JSON array. (fixes #13).
  • Add the support of the "object" property. (fixes #12).

Nuget package.

v1.1.0

25 Oct 23:11
41a89f0

Choose a tag to compare

  • Add the support of JsonSerializerOptions (fixes #10).

Nuget package.

v1.0.5

15 Oct 13:58
dd41169

Choose a tag to compare

  • Use the FluentAssertions v6.0.0 library due to breaking changes between the version 5 and 6 with the BeEquivalentTo() API.

Nuget package.

v1.0.4

15 Oct 13:46
f061c4a

Choose a tag to compare

Nuget package.

v1.0.3

13 Oct 09:03
f26ce3c

Choose a tag to compare

  • Target the .NET Standard 2.0 instead of .NET Core 6.0.

Nuget package.

v1.0.2

11 Oct 23:23
ed344c1

Choose a tag to compare

  • Fix the README file.

Nuget package.