DacFx, SqlPackage, and other SQL development libraries enable declarative database development and database portability across SQL versions and environments. Share feedback here on dacpacs, bacpacs, and SQL projects.
Is your feature request related to a problem? Please describe.
Microsoft does not have a net core version of Microsoft.Data.Tools.Schema.Sql.UnitTesting, which is used when following the Microsoft guidance for creating SQL Server Unit tests. This prevents us from fully migrating our database projects to net6+.
Describe the solution you'd like
Either updates to Microsoft.Data.Tools.Schema.Sql.UnitTesting or new tools and guidance for migrating unit tests to net core.
Thanks for asking! No plans to share at this moment. If .NET (core) support is your priority, I can recommend evaluating tSQLt unit tests. https://tsqlt.org/
Is your feature request related to a problem? Please describe. Microsoft does not have a net core version of Microsoft.Data.Tools.Schema.Sql.UnitTesting, which is used when following the Microsoft guidance for creating SQL Server Unit tests. This prevents us from fully migrating our database projects to net6+.
Describe the solution you'd like Either updates to Microsoft.Data.Tools.Schema.Sql.UnitTesting or new tools and guidance for migrating unit tests to net core.