面对Visual Studio 2017中CommandLine命名空间中的问题

时间:2018-05-23 16:04:59

标签: c# visual-studio

我正在使用visual studio 2017并安装了.net框架4.1。我还使用V2.1beta安装了命令行解析器nuGet版本。 但是当我使用命名空间"使用CommandLine时; IT正在抛出错误:

  

"严重性代码描述项目文件行抑制状态   错误CS0246类型或命名空间名称' CommandLine'不可能   发现(你错过了使用指令或程序集   参考?)ReadText.Demo E:\ IKNIT \ commandline-master \ demo \ ReadText.Demo \ Options.cs 1 Active   "

可能是什么问题?

由于

1 个答案:

答案 0 :(得分:1)

问题可能是.NET Framework 4.1与.NET Standard 1.5不兼容。

https://docs.microsoft.com/en-us/dotnet/standard/net-standard

这会有问题,因为命令行解析器依赖于.NET Standard 1.5。

https://www.nuget.org/packages/CommandLineParser/2.1.1-beta