mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Upgrading to Autofac 2.6.1
--HG-- branch : 1.x
This commit is contained in:
Binary file not shown.
BIN
lib/autofac/Autofac.Integration.Mef.dll
Normal file
BIN
lib/autofac/Autofac.Integration.Mef.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -264,6 +264,52 @@
|
||||
<param name="lifetimeScopeTag">Tag applied to matching lifetime scopes.</param>
|
||||
<returns>A registration builder allowing further configuration of the component.</returns>
|
||||
</member>
|
||||
<member name="M:Autofac.Builder.IRegistrationBuilder`3.InstancePerOwned``1">
|
||||
<summary>
|
||||
Configure the component so that every dependent component or call to Resolve()
|
||||
within a ILifetimeScope created by an owned instance gets the same, shared instance.
|
||||
Dependent components in lifetime scopes that are children of the owned instance scope will
|
||||
share the parent's instance. If no appropriate owned instance scope can be found in the
|
||||
hierarchy an <see cref="T:Autofac.Core.DependencyResolutionException"/> is thrown.
|
||||
</summary>
|
||||
<typeparam name="TService">Service type.</typeparam>
|
||||
<returns>A registration builder allowing further configuration of the component.</returns>
|
||||
</member>
|
||||
<member name="M:Autofac.Builder.IRegistrationBuilder`3.InstancePerOwned(System.Type)">
|
||||
<summary>
|
||||
Configure the component so that every dependent component or call to Resolve()
|
||||
within a ILifetimeScope created by an owned instance gets the same, shared instance.
|
||||
Dependent components in lifetime scopes that are children of the owned instance scope will
|
||||
share the parent's instance. If no appropriate owned instance scope can be found in the
|
||||
hierarchy an <see cref="T:Autofac.Core.DependencyResolutionException"/> is thrown.
|
||||
</summary>
|
||||
<param name="serviceType">Service type.</param>
|
||||
<returns>A registration builder allowing further configuration of the component.</returns>
|
||||
</member>
|
||||
<member name="M:Autofac.Builder.IRegistrationBuilder`3.InstancePerOwned``1(System.Object)">
|
||||
<summary>
|
||||
Configure the component so that every dependent component or call to Resolve()
|
||||
within a ILifetimeScope created by an owned instance gets the same, shared instance.
|
||||
Dependent components in lifetime scopes that are children of the owned instance scope will
|
||||
share the parent's instance. If no appropriate owned instance scope can be found in the
|
||||
hierarchy an <see cref="T:Autofac.Core.DependencyResolutionException"/> is thrown.
|
||||
</summary>
|
||||
<typeparam name="TService">The service type provided by the component.</typeparam>
|
||||
<param name="serviceKey">Key to associate with the component.</param>
|
||||
<returns>A registration builder allowing further configuration of the component.</returns>
|
||||
</member>
|
||||
<member name="M:Autofac.Builder.IRegistrationBuilder`3.InstancePerOwned(System.Object,System.Type)">
|
||||
<summary>
|
||||
Configure the component so that every dependent component or call to Resolve()
|
||||
within a ILifetimeScope created by an owned instance gets the same, shared instance.
|
||||
Dependent components in lifetime scopes that are children of the owned instance scope will
|
||||
share the parent's instance. If no appropriate owned instance scope can be found in the
|
||||
hierarchy an <see cref="T:Autofac.Core.DependencyResolutionException"/> is thrown.
|
||||
</summary>
|
||||
<param name="serviceKey">Key to associate with the component.</param>
|
||||
<param name="serviceType">The service type provided by the component.</param>
|
||||
<returns>A registration builder allowing further configuration of the component.</returns>
|
||||
</member>
|
||||
<member name="M:Autofac.Builder.IRegistrationBuilder`3.As``1">
|
||||
<summary>
|
||||
Configure the services that the component will provide. The generic parameter(s) to As()
|
||||
@@ -4172,6 +4218,52 @@
|
||||
<param name="lifetimeScopeTag">Tag applied to matching lifetime scopes.</param>
|
||||
<returns>A registration builder allowing further configuration of the component.</returns>
|
||||
</member>
|
||||
<member name="M:Autofac.Builder.RegistrationBuilder`3.InstancePerOwned``1">
|
||||
<summary>
|
||||
Configure the component so that every dependent component or call to Resolve()
|
||||
within a ILifetimeScope created by an owned instance gets the same, shared instance.
|
||||
Dependent components in lifetime scopes that are children of the owned instance scope will
|
||||
share the parent's instance. If no appropriate owned instance scope can be found in the
|
||||
hierarchy an <see cref="T:Autofac.Core.DependencyResolutionException"/> is thrown.
|
||||
</summary>
|
||||
<typeparam name="TService">The service type provided by the component.</typeparam>
|
||||
<returns>A registration builder allowing further configuration of the component.</returns>
|
||||
</member>
|
||||
<member name="M:Autofac.Builder.RegistrationBuilder`3.InstancePerOwned(System.Type)">
|
||||
<summary>
|
||||
Configure the component so that every dependent component or call to Resolve()
|
||||
within a ILifetimeScope created by an owned instance gets the same, shared instance.
|
||||
Dependent components in lifetime scopes that are children of the owned instance scope will
|
||||
share the parent's instance. If no appropriate owned instance scope can be found in the
|
||||
hierarchy an <see cref="T:Autofac.Core.DependencyResolutionException"/> is thrown.
|
||||
</summary>
|
||||
<param name="serviceType">The service type provided by the component.</param>
|
||||
<returns>A registration builder allowing further configuration of the component.</returns>
|
||||
</member>
|
||||
<member name="M:Autofac.Builder.RegistrationBuilder`3.InstancePerOwned``1(System.Object)">
|
||||
<summary>
|
||||
Configure the component so that every dependent component or call to Resolve()
|
||||
within a ILifetimeScope created by an owned instance gets the same, shared instance.
|
||||
Dependent components in lifetime scopes that are children of the owned instance scope will
|
||||
share the parent's instance. If no appropriate owned instance scope can be found in the
|
||||
hierarchy an <see cref="T:Autofac.Core.DependencyResolutionException"/> is thrown.
|
||||
</summary>
|
||||
<typeparam name="TService">The service type provided by the component.</typeparam>
|
||||
<param name="serviceKey">Key to associate with the component.</param>
|
||||
<returns>A registration builder allowing further configuration of the component.</returns>
|
||||
</member>
|
||||
<member name="M:Autofac.Builder.RegistrationBuilder`3.InstancePerOwned(System.Object,System.Type)">
|
||||
<summary>
|
||||
Configure the component so that every dependent component or call to Resolve()
|
||||
within a ILifetimeScope created by an owned instance gets the same, shared instance.
|
||||
Dependent components in lifetime scopes that are children of the owned instance scope will
|
||||
share the parent's instance. If no appropriate owned instance scope can be found in the
|
||||
hierarchy an <see cref="T:Autofac.Core.DependencyResolutionException"/> is thrown.
|
||||
</summary>
|
||||
<param name="serviceKey">Key to associate with the component.</param>
|
||||
<param name="serviceType">The service type provided by the component.</param>
|
||||
<returns>A registration builder allowing further configuration of the component.</returns>
|
||||
</member>
|
||||
<member name="M:Autofac.Builder.RegistrationBuilder`3.As``1">
|
||||
<summary>
|
||||
Configure the services that the component will provide. The generic parameter(s) to As()
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user