I have a program that requires for it to read a file and compile the C# code inside of that file to an exe.
I tried using CSharpCodeProvider with CompileAssemblyFromFile because I used it in past programs but apparently it's outdated now and it gives out a 'System.PlatformNotSupportedException'. So I'm looking for alternatives and examples. Thanks in advance!