You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Autofac/Builder/DynamicRegistrationStyle.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ namespace Autofac.Builder;
6
6
/// <summary>
7
7
/// Registration style for dynamic registrations.
8
8
/// </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.")]
0 commit comments