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: projects/Unit/APIApproval.Approve.verified.txt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -675,10 +675,12 @@ namespace RabbitMQ.Client
675
675
public static RabbitMQ.Client.TimerBasedCredentialRefresherEventSource Log { get; }
676
676
[System.Diagnostics.Tracing.Event(6)]
677
677
public void AlreadyRegistered(string name) { }
678
+
[System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessage("ReflectionAnalysis", "IL2026:RequiresUnreferencedCode", Justification="Parameters to this method are primitive and are trimmer safe")]
678
679
[System.Diagnostics.Tracing.Event(5)]
679
680
public void RefreshedCredentials(string name, bool succesfully) { }
680
681
[System.Diagnostics.Tracing.Event(1)]
681
682
public void Registered(string name) { }
683
+
[System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessage("ReflectionAnalysis", "IL2026:RequiresUnreferencedCode", Justification="Parameters to this method are primitive and are trimmer safe")]
682
684
[System.Diagnostics.Tracing.Event(3)]
683
685
public void ScheduledTimer(string name, double interval) { }
0 commit comments