Describe the bug
If a component within a Cclass Cbundle has a dependency on another component from the same Cclass and components from multiple bundles satisfy the dependency then it must only display those components from the same bundle because components from the same Cclass but different Cbundles must not be selected concurrently.
To Reproduce
Steps to reproduce the behavior:
Select:
- component: Segger::Graphics&MDK-Plus:CORE
- pack: Keil::MDK-Middleware_Graphics
Expected behavior
Due to the accept Graphics:Display of the CORE component
the list dependencies suggests only Segger::Graphics&MDK-Plus:Display:* components but not from Cbundle MDK-Pro.
Environment (please complete the following information):
- csolution
- Version 2.10.0
- OS: any
Additional context
Add any other context about the problem here.

Describe the bug
If a component within a
CclassCbundlehas a dependency on another component from the sameCclassand components from multiple bundles satisfy the dependency then it must only display those components from the same bundle because components from the same Cclass but different Cbundles must not be selected concurrently.To Reproduce
Steps to reproduce the behavior:
Select:
Expected behavior
Due to the accept Graphics:Display of the CORE component
the
list dependenciessuggests onlySegger::Graphics&MDK-Plus:Display:*components but not from CbundleMDK-Pro.Environment (please complete the following information):
Additional context
Add any other context about the problem here.