使用.NET Reflector查看命名规则在Resharper中是如何实现的

发布于 2024-10-29 02:37:10 字数 251 浏览 5 评论 0原文

以下是标准 Resharper(无插件)的默认规则,指示命名规则违规。

Resharper 中的命名规则之一 我想了解如何使用开放 API 在 Resharper 中实现自定义命名规则。因此想反汇编(使用Reflector)实现此规则的相应dll文件。

您能否指导我需要检查/反汇编哪些 dll 文件以检查此命名规则是如何实现的。

谢谢。

The following is a default rule with standard Resharper (without plugins) indicating a naming rule violation.

one of the naming rules in Resharper
I would like to understand how custom naming rules are implemented in Resharper using Open API. So would like to deassemble (using Reflector) the corresponding dll file in which this rule is implemented.

Can you pls guide me which dll file(s) I need to check/deassemble for checking how this naming rule is implemented.

Thank you.

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

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

发布评论

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

评论(1

饮湿 2024-11-05 02:37:10

检查 ReShaper.Daemon.Specific.dll。
找到“CheckNamespace”类

Check the ReShaper.Daemon.Specific.dll.
Find there "CheckNamespace" class

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