Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/elixir/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Tfs 类型为'的构造函数;System.String[]和#x27;找不到_Tfs_Arguments_Build Automation_Tfsbuild - Fatal编程技术网

Tfs 类型为'的构造函数;System.String[]和#x27;找不到

Tfs 类型为'的构造函数;System.String[]和#x27;找不到,tfs,arguments,build-automation,tfsbuild,Tfs,Arguments,Build Automation,Tfsbuild,我在BuildTemplate.xaml中定义了一个类型为String[][]的新参数 现在,当我打开构建模板并尝试填充参数时,出现了错误: 找不到类型为“System.String[]”的构造函数 有什么问题吗 尝试使用 IEnumerable<string> IEnumerable String[]没有默认构造函数,因此它不能与集合编辑器一起使用。我在一个列表上尝试了这个方法,该列表应该是IEnumerable。我也犯了同样的错误。

我在BuildTemplate.xaml中定义了一个类型为String[][]的新参数

现在,当我打开构建模板并尝试填充参数时,出现了错误:

找不到类型为“System.String[]”的构造函数

有什么问题吗

尝试使用

IEnumerable<string>
IEnumerable

String[]
没有默认构造函数,因此它不能与集合编辑器一起使用。我在一个列表上尝试了这个方法,该列表应该是IEnumerable。我也犯了同样的错误。