Skip to content

Commit

Permalink
Seal container builder
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjevans committed May 28, 2020
1 parent ff22873 commit d183450
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 d183450

Please sign in to comment.