将符号包推送到Symbol Server的问题 [英] Issue pushing symbol packages to Symbol Server

查看:137
本文介绍了将符号包推送到Symbol Server的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我安装了一个符号服务器(在这篇文章之后:

I installed a Symbol Server (following this post: http://www.xavierdecoster.com/setting-up-your-own-symbolsource-server-step-by-step) and push symbol packages to that server. It has been worked so far. But then when I upgraded my machine to Windows 10 & Visual Studio 2015 Enterprise Edition, I can't push my symbol packages (build with VS2015) to symbol server any more.

我尝试搜索,但没有找到适合我问题的解决方案

I've tried to search around but don't see any solution fit with my issue

这是我尝试运行push命令时遇到的问题:

This is the issue when I've tried to run push command:

nuget push *.symbols.nupkg 123 -Source http://[ip-address]:8082/nuget

Failed to process request. 'Package submission failed: Unknown custom metadata item kind: 6. See http://www.symbolsource.org/Public/Home/Help for possible reasons. Fiddler may help diagnosing this error if your client discards attached detailed information.'.
The remote server returned an error: (506) Package submission failed: Unknown custom metadata item kind: 6. See http://www.symbolsourc
e.org/Public/Home/Help for possible reasons. Fiddler may help diagnosing this error if your client discards attached detailed information..

推荐答案

我相信这是由于VS2015中引入了新工具,该工具正在构建以支持新的DNX软件包格式.您可以在此处了解更多信息. VS2015使用的是NuGet v3,而不是v2,请参见此公告.我认为这可以归结为以下事实:软件包格式已更改,因此它可以在同一软件包中支持多个框架.

I believe this is due to the new tooling introduced in VS2015, which is being built to support the new DNX package formats. You can read more about this here. VS2015 is using NuGet v3 rather than v2, see this announcement. I think it boils down the fact that the package format has changed so that it can support multiple frameworks within the same package.

ASP.NET GitHub 我怀疑您的Symbol Server无法处理这些新的软件包类型.我的建议是要么更新以使用支持新软件包格式的符号服务器,要么着眼于使用NuGet v2创建和发布软件包.

I suspect that your Symbol Server is not capable of handling these new package types. My suggestion would be to either update to use a symbol server that supports the new package format, or look at using NuGet v2 to create and publish your packages.

这篇关于将符号包推送到Symbol Server的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆