Cake.SqlServer icon indicating copy to clipboard operation
Cake.SqlServer copied to clipboard

Cake Build aliases for working with SQL Server

Results 6 Cake.SqlServer issues
Sort by recently updated
recently updated
newest added

[Cake 3.0.0](https://cakebuild.net/blog/2022/11/cake-v3.0.0-released) has been released 🎉

enhancement

Is it possible to get the result of an SQL Query? I would like to iterate through all my migration scripts (SELECT [Scriptname] FROM [dbo].[_Migrations]), but I can't find a...

As far as I can see, support for Cake 2.0.0 has been merged, but there hasn't been a release since then. Could you please push one out?

## Description Creating a new cake script using `dotnet tool` and try to use any alias from Cake.SqlServer, we get the following error: ``` (3292,5): error CS0012: The type 'SqlConnection'...

Scripts that use Cake.SqlServer cannot be run or debugged using CoreCLR. Can we add a `netstandard1.6` build to the package? It's okay if things like DACPAK are missing initially; I...

enhancement

[Cake 4.0.0](https://cakebuild.net/blog/2023/11/cake-v4.0.0-released) has been released 🎉

enhancement