Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的项目托管在github 上。一切都在我的本地机器上编译得很好,但是 AppVeyor 报告了一些奇怪的错误,比如:
Properties\AssemblyInfo.cs(9,12):错误 CS0246:找不到类型或命名空间名称“AssemblyTitle”(您是否缺少 using 指令或程序集引用?)
似乎无法识别某些基本引用。AppVeyor 是否支持 PCL?我找不到任何信息。我可以做些什么来修复错误?