User-163012697 posted
Hi All,
I have configured a CI/CD pipeline in Azure Devops and works fine till now. However, since few days my build are getting failed which throws error as below:
Error CS0246: The type or namespace name 'Unity' could not be found (are you missing a using directive or an assembly reference?
I am creating an enterprise application and I am using n-tier architecture where I have following projects:
- WebForms App
- DataModel
- Business Entities
- Business Services
- Resolver
Though, I verified locally I am able to build and project runs successfully but unfortunately in CI/CD pipeline it throws error in Resolver project as Unity package is missing. How can I get rid of this?
I am using Unity as a Dependency Resolver.
Thanks.