This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Description
Microsoft.Extensions.Configuration
's provider model allows third parties to define their own providers by implementing a set of interfaces. But those interfaces are not enough to define exactly what behaviors those implementations should expose.
We can help by creating specification test package that third parties can use as the starting point for testing their own providers, similar to DI and EF Core.