cs-script icon indicating copy to clipboard operation
cs-script copied to clipboard

Sandboxing, Custom API Stateful Hot reloading, and Rider ide support?

Open Shadowblitz16 opened this issue 5 months ago • 1 comments

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?

Shadowblitz16 avatar Sep 20 '25 03:09 Shadowblitz16