如何在Visual Studio中创建csx文件?

时间:2016-04-26 13:39:07

标签: c# visual-studio-2015 csx csi

我正在使用Visual Studio 2015 Update 2.根据csi.exe,有“C#脚本文件”这样的内容:

  

执行 script-file.csx (如果已指定)

是否有此格式的文档?如何在Visual Studio中创建它们?

> csi.exe /?

Microsoft (R) Visual C# Interactive Compiler version 1.2.0.60317
Copyright (C) Microsoft Corporation. All rights reserved.

Usage: csi [option] ... [script-file.csx] [script-argument] ...

Executes script-file.csx if specified, otherwise launches an interactive REPL (Read Eval Print Loop).

Options:
  /help                          Display this usage message (alternative form: /?)
  /i                             Drop to REPL after executing the specified script.
  /r:<file>                      Reference metadata from the specified assembly file (alternative form: /reference)
  /r:<file list>                 Reference metadata from the specified assembly files (alternative form: /reference)
  /lib:<path list>               List of directories where to look for libraries specified by #r directive. 
                                 (alternative forms: /libPath /libPaths)
  /u:<namespace>                 Define global namespace using (alternative forms: /using, /usings, /import, /imports)
  @<file>                        Read response file for more options
  --                             Indicates that the remaining arguments should not be treated as options.

2 个答案:

答案 0 :(得分:3)

我能够在Visual Studio 2015 Update 2中创建一个C#脚本(.csx)文件,方法是在IDE中创建一个文本文件并使用.csx扩展名保存它。然后,我通过右键单击并选择“在交互式中执行”,在C#Interactive(csi.exe)中的C#脚本文件中执行C#代码。它确实运行,但没有智能感知支持。

答案 1 :(得分:1)

令人沮丧的是,这是不可能的。 Bug报告给微软。请加上你的投票。 https://visualstudio.uservoice.com/forums/121579-visual-studio-2015/suggestions/7848117-add-scriptcs-csx-intellisense-and-debugging-in-v