dotnet/roslyn

Remove the IOptionProvider and ExportGlobalOptionProvider from FeatureOnOffOptions

开放

#60,082 创建于 2022年3月10日

 (0 条评论) (0 个反应) (0 位负责人)C# (4,257 个派生)batch import
Area-IDEConcept-Continuous Improvementhelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

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

贡献者指南