You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
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.