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/RegistrationExtensions.Decorators.cs
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ namespace Autofac;
17
17
[SuppressMessage("Microsoft.Maintainability","CA1506:AvoidExcessiveClassCoupling",Justification="RegistrationBuilder is where all registration syntax lives.")]
18
18
publicstaticpartialclassRegistrationExtensions
19
19
{
20
-
21
20
/// <summary>
22
21
/// Decorate all components implementing service <typeparamref name="TService"/>
23
22
/// using the provided <paramref name="decorator"/> function.
0 commit comments