DacDeployOptions not using "IgnorePartitionSchemes" setting
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 460
- Forks
- 29
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 7
Description
When trying to deploy a database with the following DacDeployOptions set:

The partition functions & schemes are not ignored and get created in the resulting db.
I'm not sure where the source code for the Microsoft.SqlServer.Dac.dll is, but when decompiling I can't see any reference to that option being used in DacServices.Deploy:

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing a database deployment using DacDeployOptions with IgnorePartitionSchemes enabled, then inspect the DacServices.Deploy path referenced in the issue. Confirm whether partition functions and schemes are still created and identify the relevant DacFx source or tests; done means the setting is honored during deployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, sql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100