[Mono-dev] CodeDomProvider calls mcs

Robert Jordan robertj at gmx.net
Thu Dec 7 14:25:30 UTC 2017


On 07.12.2017 06:46, R Zaghi wrote:
> Could someone who is familiar please comment?
> Is this always the case or do I have some sort of a 
> setting/configuration/manifest causing this?

This behavior is by design, and it cannot be changed via configuration.

> What I was looking for was a way of "compiling" user scripts into 
> permanent "plugin" DLL files on disk that can be quickly loaded and used 
> at a later point (Mono.CSharp can't do this right?).

You may want to look at Roslyn (.NET Compiler Platform), which
is supposed to support this kind of operation (in-proc compilation).

Robert


More information about the Mono-devel-list mailing list