How to compile just one file in c#?

前端 未结 7 1185
星月不相逢
星月不相逢 2020-12-28 15:54

In VC++ I can press CTRL+F7 to compile a single file, or right click on a source file ot compile it. Is it possible to compile a single file (or current file) in C#?

相关标签:
7条回答
  • 2020-12-28 16:48

    Shift-F6 will compile the current assembly, which is almost what you want.

    0 讨论(0)
提交回复
热议问题