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

MissingDependency keys create noise #5

Open
LycraLout opened this issue Oct 7, 2019 · 2 comments
Open

MissingDependency keys create noise #5

LycraLout opened this issue Oct 7, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@LycraLout
Copy link
Collaborator

The Sorter is successfully and consistently sorting the MissingDependencies collection in Solution.xml. However, the keys given to the items are not consistent, therefore many false positive changes are picked up on solution extract. For example:

Developer A

<MissingDependency>
        <Required key="1454" type="50" schemaName="opportunity:RibbonDiffXml" parentSchemaName="ribboncustomization" parentDisplayName="Application Ribbons" solution="msdynce_SalesPatch201904 (9.0.1908.3007)" />
        <Dependent key="1455" type="50" schemaName="opportunity:RibbonDiffXml" parentSchemaName="ribboncustomization" parentDisplayName="Application Ribbons" />
</MissingDependency>

Developer B

<MissingDependency>
        <Required key="1487" type="50" schemaName="opportunity:RibbonDiffXml" parentSchemaName="ribboncustomization" parentDisplayName="Application Ribbons" solution="msdynce_Sales (9.0.4.0076)" />
        <Dependent key="1488" type="50" schemaName="opportunity:RibbonDiffXml" parentSchemaName="ribboncustomization" parentDisplayName="Application Ribbons" />
</MissingDependency>
@LycraLout LycraLout added the enhancement New feature or request label Oct 7, 2019
@jynxeh
Copy link
Collaborator

jynxeh commented May 24, 2021

I notice these lines are referencing different solutions - was this just a bad example or is the system actually deliberately changing these?

@LycraLout
Copy link
Collaborator Author

Keys are no longer used in the solution file. This is not a problem for v9 solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants