Circular Reference Error
If an API project has nuget references to Redis, IConfiguration and another class library has these nuget injected to it but also it references the main API Project so in the API Project Program.cs I can't reference the Class Library in DI
3 Replies
Sounds like you can resolve it by moving the required parts into a third project which project A and B point towards
Do you need multiple projects to start with?
Opinion: You should have a really good reason to have multiple projects. Code organization isn't one of them
Multiple projects are usually a smell and usually done wrong.
Unknown User•4d ago
Message Not Public
Sign In & Join Server To View