Skip to content

Commit 4c36394

Browse files
committed
Suppress public API change.
1 parent 1a8b91f commit 4c36394

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Autofac/Builder/DynamicRegistrationStyle.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace Autofac.Builder;
66
/// <summary>
77
/// Registration style for dynamic registrations.
88
/// </summary>
9+
[SuppressMessage("S2094", "S2094", Justification = "Registration style may not have multiple inheritance, so a class is used instead of an interface. Changing this would be a breaking API change.")]
910
public class DynamicRegistrationStyle
1011
{
1112
}

0 commit comments

Comments
 (0)