This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Remove ConfigurationBuilder.Add(provider, load) overload #351
Closed
Description
A bunch of tests call this overload passing an in-memory provider and load: false
but this seems complete superfluous as MemoryConfigurationProvider.Load()
is a no-op anyway.
It doesn't seem to be used anywhere and IConfigurationBuilder
doesn't define it. So it is most likely just leftover from a previous design iteration that we can get rid of.