Tags: PosInformatique/PosInformatique.Testing.Databases
Tags
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.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.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.