You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to put all of my Roslynator settings in a global AnalyzerConfig so it's easier to share/update between projects.
I enabled RCS0001 and it reports errors. I then enabled RCS0011 but it doesn't report errors, and it's option roslynator_blank_line_between_single_line_accessors doesn't do anything.
If I move the settings for RCS0011 to the root .editorconfig then the analyzer lights up and reports an error, but not when it's configured in my global config.
Product and Version Used:
Roslynator.Analyzers
: 4.0.2Roslynator.CodeAnalysis.Analyzers
: 4.0.2Roslynator.Formatting.Analyzers
: 4.0.2Steps to Reproduce:
I'm trying to put all of my Roslynator settings in a global AnalyzerConfig so it's easier to share/update between projects.
I enabled
RCS0001
and it reports errors. I then enabledRCS0011
but it doesn't report errors, and it's optionroslynator_blank_line_between_single_line_accessors
doesn't do anything.If I move the settings for
RCS0011
to the root.editorconfig
then the analyzer lights up and reports an error, but not when it's configured in my global config.The setup I'm using is as follows:
/Directory.Build.targets
/analysis/roslynator.editorconfig
The text was updated successfully, but these errors were encountered: