Skip to content

Commit

Permalink
style(CA1033)!: seal DependencyResolverAdapter as we're hiding some u…
Browse files Browse the repository at this point in the history
…nimplemented interface members. (#20)
  • Loading branch information
skwasjer authored Nov 25, 2023
1 parent 2d536a7 commit 26f7e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rebus.Correlate/DependencyResolverAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Rebus.Correlate;
/// <summary>
/// Simple dependency resolver adapter using func for Rebus to resolve Correlate dependencies.
/// </summary>
public class DependencyResolverAdapter : IResolutionContext
public sealed class DependencyResolverAdapter : IResolutionContext
{
private readonly Func<Type, object?> _optionalResolve;

Expand Down

0 comments on commit 26f7e36

Please sign in to comment.