SDK-style sqlproj is not integrated well with VS 2019 Solution Explorer #307
Labels
area: build sdk
Related to Microsoft.Build.Sql SDK
area: ssdt
Related to the use of DacFx in Visual Studio (SSDT)
enhancement
New feature or request
Steps to Reproduce:
<Build Include...
<Build Include="**\*.sql"/>
to sqlprojThus there are several things:
**\*.sql
is respected but only during build, it has no effect in VS, you still need to include files manually into sqlproj at least with the same glob patternDid this occur in prior versions? If not - which version(s) did it work in?
No working version found.
The text was updated successfully, but these errors were encountered: