0
Answer

Adding in-memory assembly to referenced assemblies

Ezzy

Ezzy

19y
1.6k
1
Hi, I have a problem concerning in-memory compilation.

I first generate an in-memory assembly of some source code describing an interface.
I then want to generate an in-memory assembly of some source code describing a class implementing that interface. I don't want to store the interface assembly as a file on the disk temporarily during the last compilation process (which seems my only option...)

Any suggestions?

Thank you for your attention!

Best regards,
Ezzymann