Need API for enumerating AnalyzerConfigOptions #41840
Labels
api-ready-for-review
API is ready for review, it is NOT ready for implementation
Area-Compilers
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Milestone
Since the naming style rules are not tied to a set of known editorconfig options, The
NamingStylePreferenceEditorConfigStorageLocation
expects to be able to enumerate through the keys of the options to deserialize the preference. TheAnalyzerConfigOptions
API does not provide a way to perform this enumeration.My proposal is that we add getter for accessing the Keys as an
IEnumerable<string>
The property is virtual to avoid a breaking change.
The text was updated successfully, but these errors were encountered: