prodot / ReCommended-Extension

Code analysis improvements and context actions
Apache License 2.0
59 stars 11 forks source link

Allow to disable analyzers for specific projects #25

Closed zvirja closed 7 years ago

zvirja commented 8 years ago

Currently R# doesn't support project specific settings. Therefore, it's impossible to disable warnings based on projects.

Obviously, it's redundant to specify nullability it tests. However, currently all my tests are yellow, because nullness attributes are not arranged. I'm trying to enable R# warnings for solution, however, obviously, I cannot because I always have warnings.

Do you see options how that could be mitigated?

Thanks.

zvirja commented 7 years ago

Closing as it's implemented in ReSharper Helpers plugin.