MSBuild.Sdk.SqlProj
                                
                                
                                
                                    MSBuild.Sdk.SqlProj copied to clipboard
                            
                            
                            
                        An MSBuild SDK that provides similar functionality to SQL Server Data Tools (.sqlproj) projects
Hi , I have a `dev.profile.xml` file that i use to set environment level values for building the dacpac etc. I defined a sqlcmd variable in this publish profile as...
I am unable to build the dacpac because It doesn't understand what to do with Types -> XML Schema Collections It also is using Service broker but i belive the...
Not a bug, but a comment: It seems that when you specify framework net 5.0 the build process fails with this error The "CopyRefAssembly" task was not given a value...
I have a private Nuget package that contains AppLog.dacpac. This adds our standard enterprise logging tables to the database. I am getting warnings stating "an unresolved reference to object" How...
``` 1>------ Rebuild All started: Project: Kapsch.Internationalization.Database.MVP, Configuration: Debug Any CPU ------ Restored C:\dev-net5\platform-mvp\culture\src\mvp\Kapsch.CultureManager.MVP\Kapsch.CultureManager.MVP.csproj (in 938 ms). 1>Using package name Kapsch.Internationalization.Database.MVP and version 7.0.0.1 1>Using SQL Server version Sql150 1>Adding...
We are trying to build a sqlproj that uses a reference to an external database, via SqlCmdVariables and including a copy of the external dacpac. This is a sample project...
We are using sql command variables to define the server and database on a project reference, but the default values are not making their way into the dacpacs when we...
So I've gone thru the steps to create a master-db dacpac, and reference it in my build project - but I'm still getting unresolved references, and an additional error in...
Hi everyone, Is there a way to do subj? I tried adding following to my .csproj, but it didn't help. `71562` Also i tried adding `/p:nowarn=71562` to `dotnet build` and...
Hello, I am currently working on migrating our sqlproj to a csproj format using this SDK. However I have some functions that call an external SQLCLR dll. I am wondering...