Hello, I haven't come across any new issues with this release but I would like to report a bug that still exists from previous releases.
Bots,CCs and plugins that use the compiler tag //!CompilerOption:Version:v4.0 allways results in the following exception.
Bots,CCs and plugins that use the compiler tag //!CompilerOption:Version:v4.0 allways results in the following exception.
PHP:
[12:15:53 PM:093] System.InvalidOperationException: Compiler executable file csc.exe cannot be found.
at System.CodeDom.Compiler.RedistVersionInfo.GetCompilerPath(IDictionary`2 provOptions, String compilerExecutable)
at Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch(CompilerParameters options, String[] fileNames)
at Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch(CompilerParameters options, String[] fileNames)
at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames)
at (Object , CompilerParameters , String[] )
at #DH.#EH.#YFc()
at Styx.Loaders.DynamicLoader`1..ctor(String path, Boolean compileSource, Object[] constructorArgs)
at Styx.Helpers.ClassCollection`1.CompileAndLoadFrom(String path, CompilerResults& results)