Skip to content

Commit

Permalink
Match exception docs on ConfigurePipeline with PipelineBuilding event.
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjevans committed Dec 13, 2020
1 parent 409bf53 commit 7d81987
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Autofac/Core/ComponentRegistrationExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ public static IEnumerable<object> MatchingLifetimeScopeTags(this IComponentRegis
/// </summary>
/// <param name="componentRegistration">The component registration.</param>
/// <param name="configurationAction">An action that can configure the registration's pipeline.</param>
/// <exception cref="InvalidOperationException">
/// Attaching to this event after a component registration
/// has already been built will throw an exception.
/// </exception>
public static void ConfigurePipeline(this IComponentRegistration componentRegistration, Action<IResolvePipelineBuilder> configurationAction)
{
if (componentRegistration is null)
Expand Down

0 comments on commit 7d81987

Please sign in to comment.