'How can one project with dependencies see changes in another project?
In Visual Studio, I have two solutions, Domain.TA.SupervisionPlan.API and SubDomain.Event. Domain.TA.SupervisionPlan.API depends on SubDomain.Event. After making changes to SubDomain.Event, I want Domain.TA.SupervisionPlan.API get those changes. Do I need to publish the changes in some manner, such that the dll with the changes is deployed to the appropriate folder for Domain.TA.SupervisionPlan.API to access?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
