Resharper 无法识别托管 C++ C# 项目中引用的 /clr 项目

发布于 2025-01-08 03:50:02 字数 282 浏览 2 评论 0原文

我已经有这个问题很长时间了。我有一个 .net 解决方案,其中包含 C# 和托管 C++ 项目。 StartUp 项目是一个引用托管 C++ 项目的 C# 项目。 一切都编译并执行良好。但是,Resharper 将我的托管 C++ 项目中定义的命名空间和类标记为未解析:

Resharper Error

我如何告诉 Resharper“获取我的托管 C++ 命名空间和类有效的备忘录”?

I have had this problem for a long time. I have a .net solution that contains both C# and Managed C++ projects. The StartUp project is a C# project which reference the Managed C++ project. Everything compiles and executes fine. However, Resharper flags the namespace and Classes defined in my Managed C++ project as unresolved:

Resharper Error

How Can I tell Resharper to "Get the Memo" that my Managed C++ namespace and Classes are valid?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绿萝 2025-01-15 03:50:02

我也有这个问题。然后我意识到,由于 C++/clr 项目是一个基础设施项目,我很少再接触它,因此在确保它在所有需要的配置中正确构建后,我可以简单地将其卸载到项目中。

卸载项目并重建解决方案以提高安全性后,ReSharper 似乎并不“了解”引用的项目,而仅使用其构建的程序集,并且问题不再发生。

I had this problem too. I then realized that since the C++/clr project is an infrastructure project I rarely touch any more, I can simply unload it in the project after making sure it is properly built in all needed configurations.

After unloading the project, and a solution rebuild for extra safety, it seems ReSharper didn't "know" about the referenced project, and only used its built assembly, and the problem didn't occur anymore.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文