StyleCop for Resharper - 禁用检查只读文件

发布于 2025-01-08 20:07:12 字数 484 浏览 2 评论 0原文

最近我开始使用 ReSharper 6.1,它完美地补充了我已经广泛使用的 StyleCop。

对我来说,R# 的最佳功能之一是:

  • 在线突出显示违规行为以及
  • 直接在 Visual Studio 中反编译框架或第三方程序集

不幸的是,反编译代码(LINQ 扩展方法等)中的违规突出显示只不过是混乱,因为反编译的文件是只读的(这很好)。

我知道解决方法是使用 Ctrl+Alt+Shift+8 暂时禁用突出显示每个文件,但我正在寻找更永久的解决方案。

问题:是否有官方方法或解决方法来禁用只读/锁定文件或类似文件的突出显示?如果这是一个错误/缺失的功能,也将非常感谢错误报告/功能请求的链接,因为我不确定这是否属于“Stylecop for Resharper”或Resharper。 (这两个项目的 bugtracker 似乎都没有相关内容。)

Recently I have started using ReSharper 6.1, which neatly complements StyleCop which I have already used extensively.

One of the best features of R# to me are:

  • the on-line hightlighting of violations and
  • decompiling framework or third party assemblies directly in Visual Studio

Unfortunately the violation highlighting in decompiled code (LINQ extension methods, etc) is nothing but clutter, as the decompiled files are read-only (which is good).

I know that a work-around is to use Ctrl+Alt+Shift+8 to temporarily disable the highlighting per-file, but I am looking for a more permanent solution..

The Question: Is there an official way or a workaround to disable highlighting for read-only/locked files or alike? Also a link to the bug report/feature request would be much appreciated if this is a bug/missing feature as I am not sure whether this belongs to "Stylecop for Resharper" or Resharper. (Neither project's bugtracker seems to have anything on this.)

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

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

发布评论

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

评论(2

野却迷人 2025-01-15 20:07:12

您可以通过将文件甚至整个目录添加到 Resharper->选项->代码检查->设置->编辑要跳过的项目来排除它们。 (这是针对 Resharper 5.1 的,但我确信 6.1 也一样)

在此处输入图像描述

You can exclude files or even whole directories by adding them to the Resharper->Options->Code Inspection->Settings->Edit Items to Skip. (This is for Resharper 5.1 but I am sure it's the same for 6.1 too)

enter image description here

软糖 2025-01-15 20:07:12

我已在 StyleCop 的问题跟踪器上提交了一张票。
添加了 可能实际获得的功能 :)

问题链接

now 是一个分析反编译文件的选项,默认是关闭的。

I have filed a ticket on StyleCop's Issue Tracker.
The feature might actually get was added :)

link to the issue

There now is an option to analyse decompiled files, which is off by default.

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