mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Updating Autofac to the latest versions.
--HG-- branch : 1.x
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -32,14 +32,6 @@
|
|||||||
<param name="serviceType">Type of the service.</param>
|
<param name="serviceType">Type of the service.</param>
|
||||||
<returns>The list of instances if any were resolved; otherwise, an empty list.</returns>
|
<returns>The list of instances if any were resolved; otherwise, an empty list.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Autofac.Integration.SignalR.AutofacDependencyResolver.RegistrationsFor(Autofac.Core.Service,System.Func{Autofac.Core.Service,System.Collections.Generic.IEnumerable{Autofac.Core.IComponentRegistration}})">
|
|
||||||
<summary>
|
|
||||||
Retrieve registrations for an unregistered service, to be used by the container.
|
|
||||||
</summary>
|
|
||||||
<param name="service">The service that was requested.</param>
|
|
||||||
<param name="registrationAccessor">A function that will return existing registrations for a service.</param>
|
|
||||||
<returns>Registrations providing the service.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="P:Autofac.Integration.SignalR.AutofacDependencyResolver.Current">
|
<member name="P:Autofac.Integration.SignalR.AutofacDependencyResolver.Current">
|
||||||
<summary>
|
<summary>
|
||||||
Gets the Autofac implementation of the dependency resolver.
|
Gets the Autofac implementation of the dependency resolver.
|
||||||
@@ -50,12 +42,6 @@
|
|||||||
Gets the <see cref="T:Autofac.ILifetimeScope"/> that was provided to the constructor.
|
Gets the <see cref="T:Autofac.ILifetimeScope"/> that was provided to the constructor.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:Autofac.Integration.SignalR.AutofacDependencyResolver.IsAdapterForIndividualComponents">
|
|
||||||
<summary>
|
|
||||||
Gets whether the registrations provided by this source are 1:1 adapters on top
|
|
||||||
of other components (I.e. like Meta, Func or Owned.)
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:Autofac.Integration.SignalR.RegistrationExtensions">
|
<member name="T:Autofac.Integration.SignalR.RegistrationExtensions">
|
||||||
<summary>
|
<summary>
|
||||||
Extends <see cref="T:Autofac.ContainerBuilder"/> with methods to support ASP.NET SignalR.
|
Extends <see cref="T:Autofac.ContainerBuilder"/> with methods to support ASP.NET SignalR.
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user