❔ Referencing new projects with the main project
Let's say I have a main project
The question is: Is it okay if I make
Does this mean that
CoreProject and I want to add 2 new projects: a LoggerService and a Contracts. The question is: Is it okay if I make
LoggerService have a project reference with Contracts and then have CoreProject have a project reference with LoggerService? Does this mean that
CoreProject also has a reference with Contracts because LoggerService has it?