Does cs-script have these features?
- By sandboxing I mean it's safe to download and run scripts on clients.
- By Custom Api I mean We don't have to include the System namespace and we can actively control what namespaces and types are available, event primitive ones.
- By Stateful hot reloading I mean we can compile the scripts on a server and the server doesn't need to be restarted and it continues to run without bugs.
- By Rider ide support I mean a plugin in Rider community edition that gives us intellisense for our custom script apis
If any of these are not supported is it possible we can get it added as a feature request?