dotnet/roslyn

Remove the IOptionProvider and ExportGlobalOptionProvider from FeatureOnOffOptions

Aberta

#60.082 aberto em 10 de mar. de 2022

 (0 comentário) (0 reação) (0 responsável)C# (4.257 forks)batch import
Area-IDEConcept-Continuous Improvementhelp wanted

Métricas do repositório

Stars
 (20.414 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (256 fundiu PRs em 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

Guia do colaborador