Releases: fusonic/dotnet-extensions
Releases · fusonic/dotnet-extensions
Release list
6.0.2
- 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
6.0.0
This major version targets .NET 6.0.0.
Other changes:
- Introduce
Fusonic.Extensions.XUnitpackage. 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
5.2.0
5.1.3
5.1.2
5.1.1
Enable source link debugging support: https://github.com/dotnet/sourcelink
5.1.0
5.0.0
- 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)