circular dependencies between dlls with visual studio

前端 未结 9 1126
忘掉有多难
忘掉有多难 2020-12-15 08:00

I have a circular dependency between two functions. I would like each of these functions to reside in its own dll. Is it possible to build this with visual studio?



        
9条回答
  •  -上瘾入骨i
    2020-12-15 08:26

    I deeply sympathise with your situation (as clarified by your edit), but as a firm believer in doing the correct thing, not the thing which works for now, if there's any possibility at all I think you need to refactor these projects.

    Fix the problem not the symptom.

提交回复
热议问题