I have a C# and F# project. Both are supposed to be a service layer code. But sometimes, code from both project need to access code in the other project.
Can each project reference the other without any problems?
You can't have circular assembly references. This will require refactoring the parts used by both assemblies into a third assembly, which can then be referenced from both.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With