Jonathan Mezach
Jonathan Mezach
That looks okay to me. @jeffrosenberg Is this also how you are doing it? @BenjaminAbt Could you share the build output you're getting? It should tell you if the reference...
Looking at the logs I think the .dacpac isn't being resolved properly. And I think I know why. Currently we're assuming that the .dacpac file has the same name as...
@BenjaminAbt That's great news, glad to hear that works for you. I am curious though why renaming the `.dacpac` file doesn't work. If we are going to publish the `master.dacpac`...
@BenjaminAbt Thanks for the feedback, really appreciate it. @jeffrosenberg @ErikEJ I guess we could ship an MSBuild.Sdk.SqlProj.MasterDatabase package with various major versions matching the SQL Server versions so that people...
@ErikEJ @jeffrosenberg I emailed @dzsquared about whether we can redistribute the `.dacpacs`. So far no response though.
@jasson281 Unfortunately we currently have no support for SQLCLR at all. It's not that it can't be done, it just hasn't become a priority for us yet since we aren't...
@greektreat Does the name of the NuGet package match the name of the `.dacpac` file contained within the package? I believe that is currently required for the `` to work...
Hi @tcartwright. First of all thank you for asking this question. I don't have a lot of experience with custom rules so I haven't tried this myself yet. That being...
@tcartwright Can you share the changes made to the project file after you've enabled your custom rules? That might give some idea for how we might go about enabling this...
@ashishmg-gds We do not currently support publish profiles with MSBuild.Sdk.SqlProj. Our general recommendation is to only use MSBuild.Sdk.SqlProj to produce the `.dacpac` file and then use `SqlPackage.exe` to deploy said...