gpt4 book ai didi

visual-studio - Visual Studio “Organize Usings | Remove and Sort”错误地报告错误

转载 作者:行者123 更新时间:2023-12-03 11:26:03 24 4
gpt4 key购买 nike

在各种项目的各种代码文件中,当我告诉Visual Studio删除代码文件并对其进行排序时,Visual Studio有时会给出错误消息。消息:

"Your project or one of its references does not currently build. If you continue with this operation, required usings may be removed."



但是,事实并非如此。告诉VS继续操作时,不会删除必需的用法,并且确实会生成项目。

我已经用Google搜索了这个问题,在MSDN中进行了研究,并试图弄清为什么我在某些代码文件上看到了这个原因,但在其他代码文件上却找不到,但是没有用。

有没有其他人遇到过这个问题,如果是这样,有什么想法吗?

附言我正在运行VS 2012 Ultimate,但至少从2005年开始看到了。

最佳答案

此错误消息可能会错误出现,并且是Microsoft Connect上记录的已知问题:

http://connect.microsoft.com/VisualStudio/feedback/details/785457/remove-unused-usings-falsely-reports-that-project-does-not-build-for-certain-files

当前的MSBuild编译器不会修复该问题,而Roslyn会修复该问题。

解决方法:

You can disable the warning message by going to Tools->Options->Text Editor->C#->Advanced->"Warn if build errors exist when organizing usings".

Keep in mind this has the downside that it won't protect you any more if your solution really does not build.

关于visual-studio - Visual Studio “Organize Usings | Remove and Sort”错误地报告错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16412748/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com