Hello,
I have setup Azure devops for my dev environment. For now I just have 1 unmanaged solution and all components are part of the same solution.
Should I keep all my plugins in a different unmanaged solution and include this solution after my main solution , assuming plugins would have dependencies on fields/entities etc.
What else can I do to make solution structure modular?