From 7ad5767d4538f565007f495b2b8bddc99b20850e Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 12 Jan 2021 10:37:56 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce2345c..47a7f6c 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ IService service = c.GetService(); - Instance registration - `IEnumerable` resolution - `IDisposable` and `IAsyncDisposable` support +- `IServiceProvider` support The plan is to support the minimum feature set Microsoft.Extensions.DependencyInjection.Abstraction requires but *NOT* the `IServiceCollection`-based registration syntax as it is runtime based.