Skip to content

Tags: PosInformatique/PosInformatique.Testing.Databases

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v3.0.0 (#13)

* Updates the CreateEmptyDatabase() to specify the location of the database to create.
* Add the support in SqlServerDacExtensions to deploy database in a specific folder.
* Update the SqlServerDacDatabaseInitializer to add the support of additional settings to specify the locations of the database.
* Add SqlCmd library.
* Add guard to public APIs.
* Changes the connection strings to retrieve from env variable and after use localdb if no env variable exists.
* Use the MSBuild.Sdk.SqlProj for the database projects.
* Migrate to xUnit v3.
* Enable analyzers code in Release

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.3.0 (#12)

* Add the support to retrieve the seed/increment for the IDENTITY column (fixes #10).
* Improve code coverage and unit tests.
* Improvate the unit tests.
* Upgrade the version.
* Upgrade NuGet packages for the samples.
* Upgrade the NuGet packages.

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.2.0 (#9)

- Add asynchronous methods (fixes Add asynchronous methods #6)
- Add the support to compare the default constraints for the columns (fixes Add the support to retrieve the default constraints. #7).
- Fix a bug when comparing primary key with different names (fixes An exception is raised when primary keys are different #8).

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.1.0 (#5)

* Migrate Testing.Databases.SqlServer to .NET Standard 2.0
* Reduce the dependencies to .NET 6.0 for Entity Framework and .NET 6 + .NET Framework 4.6.2 for DAC.
* Add an extension method ExecuteScript() to execute a SQL script.

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.0.0 (New library naming) (#4)

* Renaming the packages from PosInformatique.UnitTests.Databases to PosInformatique.UnitTests.Databases

v2.0.0-old-package-naming

Toggle v2.0.0-old-package-naming's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.0.0 (#3)

* 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 a DbContext.
* Reduce the Entity Framework / Sql Client NuGet library dependencies with lower version.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.0.1 (#2)

* Various fixes of the documentation

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.0.0 (#1)

* Initial version