Compiler plugin handlingNo Thanks
Can we get ability to compile plugins in .dll?
Hey!
Currently you have extensions, maybe you can do something with plugins too, not sure
Yeah, extensions but not the plugins. I mean it would be more convenient to write and compile plugin with VisualStudio. And also i'd like to see on what line of code an exception was thrown.
Loading a plugin compiler as a DLL may be supported down the road, but not likely in the near future.
In response to deerSWAG ():
Yeah, extensions but not the plugins. I mean it would be more convenient to write and compile plugin...
If the plugin won't compile, u will receive a msg about a line of code, which contains an error (doesn't match c# specifications). When an exception happens by the time code runs - you only receive a function name at which exception happened. Not sure if its possible to have a line number, cuz the file is compiled already, and runs as binary. 
To get the line number you should compile with some debug output, there already was a post about it
Locked automatically