-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build ouput seems to be badly formed, causing unexpected formatting of error list #415
Comments
this might be a bug in SSDT instead of dacfx |
@llali agree, it is related to how SSDT reports build results, not DacFX as such |
While the bug surfaces in SSDT, it seems like its DacFx outputing build errors with the extra semicolon (between Warning: SR0016) on code analysis rules validation. That's a DacFx item I would suggest we keep for future improvement. |
Looking forward.. Now, if only DacFX was open source 😅 |
I have a fix for this in DacFx. Here's the output from dotnet build generated from my test after the fix: |
@llali Great news. I am surprised that DacFX actually generates the analysis output and nit SSDT. What is the timeline for the fix? VS 17.11?? |
This landed in https://www.nuget.org/packages/Microsoft.SqlServer.DacFx/162.3.557-preview, not positive which 17.11 preview this will hit yet. |
fixed in 162.3 |
@dzsquared Was this supposed to be fixed in 17.11 - I do not see it !? |
argh - 17.11 shipped with DacFx 162.2.127 |
Nooooo.. why is it so far behind?? |
So what VS version will have 162.3?? |
VS 17.12 preview 2 - still broken @dzsquared @llali - is that expected? |
At least it works with .sqlprojx: 1>C:\Users..\source\repos\Database2\Database2\Table1.sql(1,1,1,1): StaticCodeAnalysis warning SRN0006: SqlServer.Rules : Two part naming on objects is required. |
Build from a .sqlproj in VS 17.9.1:
=> Error list:
Build from some other tool:
=> Better error list (IMHO)
Seems to be cause by the multiple : signs here
Warning: : SR0016 :
Docs
The text was updated successfully, but these errors were encountered: