Skip to content

Commit

Permalink
Merge pull request #1128 from alistairjevans/v6
Browse files Browse the repository at this point in the history
Seal container builder
  • Loading branch information
tillig committed May 28, 2020
2 parents ff22873 + d183450 commit 882fd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Autofac/ContainerBuilder.cs
Expand Up @@ -58,7 +58,7 @@ namespace Autofac
/// via extension methods in <see cref="RegistrationExtensions"/>.</remarks>
/// <seealso cref="IContainer"/>
/// <see cref="RegistrationExtensions"/>
public class ContainerBuilder
public sealed class ContainerBuilder
{
private readonly IList<DeferredCallback> _configurationCallbacks = new List<DeferredCallback>();
private BuildCallbackService? _buildCallbacks;
Expand Down

0 comments on commit 882fd90

Please sign in to comment.