This project has been updated to .NET 8.
Compare two instances of a SQL Server database and review a report of any schema differences.
Microsoft.Data.SqlClient 5.1.2 is used, so your connection strings must have Encrypt=False unless your connections are encrypted.
If you build your connection string with DB Compare's Connection Builder, everything should work.
This version has made a few improvements in the Generate Scripts to correct the schema differences. The Generate Scripts is still a work in progress, but will probably save you a lot of time in keeping Test, Dev and Production servers in sync is what I use it for.
If you have any problems, please create an issue and will try and solve it as soon as possible.