- Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
When IXC adds a dependency to the twin project, it ignores an existing valid reference if the dependency is defined with a condition such as:
<ItemGroup Condition="'$(UseLocalAXOpenSources)' == 'true' and Exists('$(AXOpenRoot)')"> ... list of dependencies ... </ItemGroup> When IXC adds a dependency to the twin project and central package management is used (Directory.Packages.props), it adds the dependency with a specified version, for example:
<ItemGroup> <PackageReference Include="AXSharp.Abstractions" Version="0.47.0-alpha.405" /> <PackageReference Include="AXSharp.Connector" Version="0.47.0-alpha.405" /> ... </ItemGroup> Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested