dotnet/roslyn

Remove the IOptionProvider and ExportGlobalOptionProvider from FeatureOnOffOptions

Open

#60,082 opened on Mar 10, 2022

 (0 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-IDEConcept-Continuous Improvementhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

You can delete these. In fact, you can remove the IOptionProvider and ExportGlobalOptionProvider from this class entirely since these are all global options and as such they don't need IOptionProvider

Originally posted by @tmat in https://github.com/dotnet/roslyn/pull/60053#discussion_r823064107

Contributor guide