使用.NET Reflector查看命名规则在Resharper中是如何实现的
以下是标准 Resharper(无插件)的默认规则,指示命名规则违规。
我想了解如何使用开放 API 在 Resharper 中实现自定义命名规则。因此想反汇编(使用Reflector)实现此规则的相应dll文件。
您能否指导我需要检查/反汇编哪些 dll 文件以检查此命名规则是如何实现的。
谢谢。
The following is a default rule with standard Resharper (without plugins) indicating a naming rule violation.
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 ReShaper.Daemon.Specific.dll。
找到“CheckNamespace”类
Check the ReShaper.Daemon.Specific.dll.
Find there "CheckNamespace" class