microsoft / DacFx

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.
https://aka.ms/sqlpackage-ref
MIT License
313 stars 19 forks source link

Plans to update sql unit tests? #460

Open nholland20 opened 3 months ago

nholland20 commented 3 months ago

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.

dzsquared commented 3 months ago

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/