scriptcs

scriptcs hosting - Advantages over Roslyn

走远了吗. 提交于 2019-11-30 10:48:32
问题 If I want to support scripting in my application, does scriptcs offer any particular advantages over just using the plain vanilla Roslyn script engine? 回答1: Unfortunately there's not much documentation on hosting scriptcs yet, but I'll try to give you a short summary. Hosting scriptcs in your application provides several features that vanilla Roslyn doesn't: Pluggable Engines While scriptcs comes with the Roslyn and Mono engines by default, you can easily replace it with another engine, i.e.

scriptcs hosting - Advantages over Roslyn

纵然是瞬间 提交于 2019-11-29 21:00:19
If I want to support scripting in my application, does scriptcs offer any particular advantages over just using the plain vanilla Roslyn script engine? Unfortunately there's not much documentation on hosting scriptcs yet, but I'll try to give you a short summary. Hosting scriptcs in your application provides several features that vanilla Roslyn doesn't: Pluggable Engines While scriptcs comes with the Roslyn and Mono engines by default, you can easily replace it with another engine, i.e. F# , LOLcode or even Brainfuck . Pre-processing scriptcs will process your scripts and extract things like