C# Console/CLI Interpreter?

后端 未结 17 1970
眼角桃花
眼角桃花 2020-12-24 07:57

I wonder if there is something like a standalone Version of Visual Studios \"Immediate Window\"? Sometimes I just want to test some simple stuff, like \"DateTime.Parse(\"bla

17条回答
  •  攒了一身酷
    2020-12-24 08:23

    The Mono project includes an interactive C# shell, this may be just what you're looking for.

    http://www.mono-project.com/CsharpRepl

提交回复
热议问题