Roslyn 3.x supports context.Options.AnalyzerConfigOptionsProvider.GetOptions so an analyzer can get additional configuration from either .editorconfig or .globalconfig files.
We need to be able to add the specific configuration option to RoslynAssert.
Roslyn 3.x supports
context.Options.AnalyzerConfigOptionsProvider.GetOptions
so an analyzer can get additional configuration from either.editorconfig
or.globalconfig
files. We need to be able to add the specific configuration option toRoslynAssert
.