Publish failure caused by issue not detected by SSDT build - where to report bug? #127
Unanswered
chadbaldwin
asked this question in
General
Replies: 1 comment 3 replies
-
Is that a post or pre deployment script? There isn't DacFx validation of those scripts. For reporting issues with SSDT intellisense not detecting the error in that script - |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This probably isn't an issue with DacFx...but I don't really know where else to ask this question as there doesn't seem to be a lot of support for SSDT online.
I ran into a deployment exception that caused the publish to fail. The issue is not detected in the MSBuild build process. I'm trying to figure where I can report this bug...I found a couple locations while Googling, but they were MS based forums, and not a bug reporting system, and SSDT does not appear to be on GitHub either.
This isn't an issue with
sqlpackage
ormsbuild
, so I assume it's SSDT...I'm just a little lost as to where to go....so I'm hoping someone here might be able to help point me in the right direction.This is the exception thrown by the deployment script:
Pretty simple issue....there's an
INSERT
statement that is missing the column mapping, and the number of values is less than those on the target table....Like so:This seems like something that SSDT should be detecting in the build phase, but it isn't. And it seems I'm not the first to run into this:
https://stackoverflow.com/questions/24883821/msbuild-vs2012-fails-to-find-column-name-or-number-of-supplied-values-does-no
Beta Was this translation helpful? Give feedback.
All reactions