The example program below compiles two in-memory assemblies. The first compilation works fine. The second one fails because it needs access to a class from the first assem
Define interfaces in a normal assembly and have classes in each generated assembly implement those interfaces. The generated assemblies will need a reference to the one containing the interfaces, not each other.