Skip to content

Releases: fusonic/dotnet-extensions

6.0.2

Choose a tag to compare

@davidroth davidroth released this 10 Jan 11:45
  • Updated MediatR to 10.0.0
  • Minor updates to FluentAssertions and ef.npgsql

In case you're using MediatR pipelines: https://github.com/jbogard/MediatR/wiki/Migration-Guide-9.x-to-10.0

6.0.1

Choose a tag to compare

@davidroth davidroth released this 10 Jan 11:44

Fixed: PostgreSqlUtil always logged all messages when running a migration, even debug messages.

6.0.0

Choose a tag to compare

@davidroth davidroth released this 13 Dec 07:55

This major version targets .NET 6.0.0.
Other changes:

  • Introduce Fusonic.Extensions.XUnit package. Provides an own framework adding capabilities like a test context and attributes running before a test class gets instantiated.
  • Modernize codebase to use the latest C# 10 features.
  • Added optional Bcc recipient to SendEmail. (Link to commit)

5.3.0

Choose a tag to compare

@davidroth davidroth released this 09 Dec 10:36
  • Initializing test databases on first access instead of initializing them on test start
  • DB Tests: Supporting force drop on PG13

5.2.0

Choose a tag to compare

@davidroth davidroth released this 09 Dec 10:36

Added a parameter to limit the number of max. parallel db test executions

5.1.3

Choose a tag to compare

@davidroth davidroth released this 09 Dec 10:36

Fixed an error where test databases were not dropped

5.1.2

Choose a tag to compare

@davidroth davidroth released this 09 Dec 10:36
  • Create test DB: Removed retry-workaround for old Timescale versions
  • Updated docs

5.1.1

Choose a tag to compare

@davidroth davidroth released this 09 Dec 10:36

Enable source link debugging support: https://github.com/dotnet/sourcelink

5.1.0

Choose a tag to compare

@davidroth davidroth released this 09 Dec 10:35
  • Added new Fusonic.Extensions.Hosting package with TimedHostedService functionality. Read the TimedHostedService docs for more infos.
  • Reference SimpleInjector 5.2.0 to avoid issues Microsoft.Bcl.AsyncInterfaces issue as described here.

5.0.0

Choose a tag to compare

@davidroth davidroth released this 09 Dec 10:34
  • Target .NET 5 framework, Removed .NET Standard / .NET Core 3.1 target framework
  • All projects in the project share the same synched version now (e.x. 5.0.0)
  • Check if FusonicTestFrameworkAttribute is available in assembly of test fixture to avoid surprises
  • Rename TransactionalCommandHandlerDecorator to TransactionalRequestHandlerDecorator
  • Open source preparations (Licence headers, Licence information, Update README)