Upgrading to Autofac 2.6.1

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros 2012-03-14 11:35:06 -07:00
parent e27144fec7
commit 06108f3474
8 changed files with 97 additions and 2 deletions

Binary file not shown.

View File

@ -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.

View File

@ -42,10 +42,13 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Autofac, Version=2.5.2.830, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<Reference Include="Autofac, Version=2.6.1.841, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<HintPath>..\..\lib\autofac\Autofac.dll</HintPath>
</Reference>
<Reference Include="Autofac.Integration.Web, Version=2.5.2.830, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<Reference Include="Autofac.Integration.Mvc, Version=2.6.1.841, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<HintPath>..\..\lib\autofac\Autofac.Integration.Mvc.dll</HintPath>
</Reference>
<Reference Include="Autofac.Integration.Web, Version=2.6.1.841, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<HintPath>..\..\lib\autofac\Autofac.Integration.Web.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">