Releases: PosInformatique/PosInformatique.Testing.Databases
v2.1.0
Improvements/Fixes
- PosInformatique.Testing.Databases.SqlServer target the .NET Standard 2.0 platform.
- PosInformatique.Testing.Databases.SqlServer.Dac target the .NET Core 6.0 and .NET Framework 4.6.2
- PosInformatique.Testing.Databases.SqlServer.EntityFramework target the .NET Core 6.0
- Reduce the dependencies to Entity Framework 6.0
- Reduce the dependencies of DACfx to a more earlier version.
- Add new method
SqlServerDatabase.ExecuteScript()
to execute T-SQL scripts.
NuGet packages
PosInformatique.Testing.Databases.SqlServer
PosInformatique.Testing.Databases.SqlServer.Dac
PosInformatique.Testing.Databases.SqlServer.EntityFramework
v2.0.0
Improvements/Fixes
- Add
SqlServerDatabaseComparer
class to perform comparison between two databases. - Add new
PosInformatique.Testing.Databases.SqlServer.Dac
NuGet package which contains DAC package tools. - Add new
SqlServer.CreateDatabaseAsync()
extension method to create a database from aDbContext
. - Reduce dependencies version of the Entity Framework Core and SQL Server Client NuGet packages.
NuGet packages
PosInformatique.Testing.Databases.SqlServer
PosInformatique.Testing.Databases.SqlServer.Dac
PosInformatique.Testing.Databases.SqlServer.EntityFramework
v2.0.0 (Old package name)
This release has been deprecated.
Improvements/Fixes
- Add
SqlServerDatabaseComparer
class to perform comparison between two databases. - Add new
PosInformatique.UnitTests.Databases.SqlServer.Dac
NuGet package which contains DAC package tools. - Add new
SqlServer.CreateDatabaseAsync()
extension method to create a database from aDbContext
. - Reduce dependencies version of the Entity Framework Core and SQL Server Client NuGet packages.
NuGet packages
PosInformatique.UnitTests.Databases.SqlServer
PosInformatique.UnitTests.Databases.SqlServer.Dac
PosInformatique.UnitTests.Databases.SqlServer.EntityFramework
v1.0.1
This release has been deprecated.
Changes
Various fixes of the documentation.
NuGet packages
PosInformatique.UnitTests.Databases.SqlServer
PosInformatique.UnitTests.Databases.SqlServer.EntityFramework
v1.0.0
This release has been deprecated.
Changes
Initial version
NuGet packages
PosInformatique.UnitTests.Databases.SqlServer
PosInformatique.UnitTests.Databases.SqlServer.EntityFramework