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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ public static partial class ServiceCollectionExtensions
139
139
`GenerateServiceRegistrations` attribute has the following properties:
140
140
| Property | Description |
141
141
| --- | --- |
142
-
|**FromAssemblyOf**| Set the assembly containing the given type as the source of types to register. If not specified, the assembly containing the method with this attribute will be used. |
142
+
|**FromAssemblyOf**| Set the assembly containing the given type as the source of types to register. If not specified, all referenced projects are scanned.|
143
143
|**AssignableTo**| Set the type that the registered types must be assignable to. Types will be registered with this type as the service type, unless `AsImplementedInterfaces` or `AsSelf` is set. |
144
144
|**Lifetime**| Set the lifetime of the registered services. `ServiceLifetime.Transient` is used if not specified. |
145
145
|**AsImplementedInterfaces**| If true, the registered types will be registered as implemented interfaces instead of their actual type. |
0 commit comments