c# - 在 Visual Studio 中重命名某些内容时,如何查看 "unresolvable conflicts"是什么?

标签 c# visual-studio-2015 refactoring rename

我正在尝试重命名 Visual Studio 2015 中的 C# 命名空间,片刻之后 Visual Studio 有用地(?)告诉我有 216 个无法解决的冲突。

不过,这就是它似乎提供的所有信息。

我如何才能看到这些冲突到底是什么?

预览按钮没有显示任何明显的内容。

最佳答案

我花了很多时间得出结论,没有办法看到冲突,但在所有的遭遇中我发现这是因为 Documentation Comments Tag 之一。 . rename 无法重命名这些标签内的值。

关于c# - 在 Visual Studio 中重命名某些内容时,如何查看 "unresolvable conflicts"是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38455023/

相关文章:

c# - Asp.net MVC 使用 JQuery 填充列表框?

java - eclipse JDT : Is there a refactoring to replace direct field accesses with setter/getter methods?

python - 方法重构 : from many kwargs to one arg-object

c# - Asp.Net Mvc 5 图像不显示

c# - 无法上传文件到 Godaddy 服务器

c# - NotifyPropertyChanged 未触发

visual-studio - 如何从 TFS 中删除文件并从源代码管理中排除?

visual-studio - 如何禁用系统托盘中的 VsHub.exe?

windows-phone-8 - 将 Windows Phone 8 应用程序部署到模拟器时 VS2015 崩溃

c# - 我可以从命令行重命名 C# 符号吗?