How to quickly code and run small C# code

后端 未结 19 1632
再見小時候
再見小時候 2021-01-31 01:46

There are times when I want to test new code from the forums or when I need to help my friends with specific C# problem. The problem is I don\'t want to create new \"project\" i

19条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-31 02:12

    RoslynPad - nice lightweight open-source alternative to LINQPad.

    RoslynPad, https://roslynpad.net/

    GitHub: https://github.com/aelij/RoslynPad

提交回复
热议问题