Open mrlmachado opened 6 days ago
Maybe it is better to attempt this with Azure Data Studio for the time being.
Hi @ErikEJ ! Thank you for your blazing fast response to my thread. We are actually trying to upgrade from SSDT VS ancient style to the new-sdk style. We can still wait, of course, for this bug to be fixed until we can fully upgrade.
@ErikEJ , just an update:
dotnet build
and msbuild
has similar results, throwing 71501dotnet build
throws 71501msbuild
works and I can see the .DACPAC is generated correctly
Steps to Reproduce:
It will throw the below error when trying to build the solution with
dotnet build
:Did this occur in prior versions? If not - which version(s) did it work in? I'm trying to convert my old .sqlproj file to new sdk-style to apply custom code analysis and it's failing to build because of the above error SQL71501
(DacFx/SqlPackage/SSMS/Azure Data Studio)