Skip to content

Commit 48281fc

Browse files
author
maximv
committed
fixed: #286
1 parent 7807cf5 commit 48281fc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Intel Core i7-8750H CPU 2.20GHz (Coffee Lake), 1 CPU, 12 logical and 6 physical
145145
* Registration of service to implementation type mapping (additionally supported: registering once, registration replace, registration removal).
146146
* Registration of delegate factory and already created service instance.
147147
* Batch registration of types from the provided assemblies.
148-
* Registation identified with a service key of arbitrary type and registration of multiple non-keyed implementations for a single service.
148+
* Registration identified with a service key of arbitrary type and registration of multiple non-keyed implementations for a single service.
149149
* Registration with the condition depending on context.
150150
* Registration with the associated metadata object of arbitrary type.
151151
* Resolve and ResolveMany.
@@ -175,5 +175,11 @@ Intel Core i7-8750H CPU 2.20GHz (Coffee Lake), 1 CPU, 12 logical and 6 physical
175175
* Dynamic registration providers
176176
* Optional automatic concrete types resolution
177177

178+
### Resolution options
179+
180+
DryIoc implements a service resolution and injection via expression compilation and interpretation.
181+
The interpretation is the only option for the target platforms without the `System.Reflection.Emit` like the Xamarin iOS.
182+
Check the [Resolution Pipeline](https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/ResolutionPipeline.md) document for more details.
183+
178184
---
179185
<small>Icon made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></small>

0 commit comments

Comments
 (0)