如何安全地重命名公共项目中的类(由多个解决方案共享)
我有一个由多个解决方案共享的“通用”项目。
如果我重命名 Common 项目中的类,Visual Studio 将重构使用该类的所有代码,但适用于打开的解决方案。是否可以强制 Visual Studio 重构所有使用 Common 项目的解决方案?
I have a "Common" project shared by multiple solutions.
If I rename a class in the Common project, Visual Studio will refactor all code that uses that class, but on for the opened solution. Is it possible to force Visual Studio to refactor all solutions that use Common project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要有一个单独的解决方案,其中包含引用它的所有项目。
You would need to have a separate solution that included all projects that referenced it.