I am writing a PCL (Portable Class Library) in C#.
I was wondering how can I compile a C# code (given as string
) and run it.
Already tried to use CSharpCodeProvider
and CodeDomProvider
but none of them is available in PCL and I didn't find NuGet package which contains them. Proable there is something I am missing.