Skip to content
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

Dacpac file name does not match <Name /> tag #491

Open
robertmclaws opened this issue Sep 15, 2024 · 2 comments · May be fixed by #490
Open

Dacpac file name does not match <Name /> tag #491

robertmclaws opened this issue Sep 15, 2024 · 2 comments · May be fixed by #490
Labels
area: build sdk Related to Microsoft.Build.Sql SDK bug Something isn't working

Comments

@robertmclaws
Copy link

robertmclaws commented Sep 15, 2024

Environment

  • SqlPackage or DacFx Version: 0.2.0-preview
  • .NET Framework (Windows-only) or .NET Core: 17.12.0 Preview 2
  • Environment (local platform and source/target platforms): Windows 11, .NET 9.0 RC2

Issue

Setting the Name property on the project does not affect the output file generated by the build... it will match the name of the Project instead.
 

Steps to Reproduce

  1. Set the name tag in the project file to something different than the Project name.
  2. Compile the project.
  3. Check the Bin folder, the name of the .dacpac file matches the name of the project.

More Details

Did this occur in prior versions? If not - which version(s) did it work in?
Unknown, assuming it did.

@robertmclaws robertmclaws added the bug Something isn't working label Sep 15, 2024
@robertmclaws robertmclaws linked a pull request Sep 15, 2024 that will close this issue
@Ri7Sh
Copy link
Contributor

Ri7Sh commented Sep 17, 2024

@robertmclaws, can you please describe, if this issue happened on opening an existing project or in a new project created in Visual Studio?

Can you try using the dacpac name property from the Property Page in Visual Studio?

@Ri7Sh Ri7Sh self-assigned this Sep 17, 2024
@Ri7Sh
Copy link
Contributor

Ri7Sh commented Sep 17, 2024

@robertmclaws Thanks for raising the bug, we are working to address this issue.

@Ri7Sh Ri7Sh removed their assignment Sep 18, 2024
@llali llali added the area: build sdk Related to Microsoft.Build.Sql SDK label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build sdk Related to Microsoft.Build.Sql SDK bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants