We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aea5de commit 9a839cdCopy full SHA for 9a839cd
src/Messaging/Tests/IServiceCollectionExtensionsTests.cs
@@ -207,10 +207,6 @@ internal class GoodSubscriberService : IMessageBrokerSubscriberService
207
208
// event used by users of this library
209
public event ConnectionErrorHandler? OnConnectionError;
210
-#pragma warning restore CS0067 // The event 'GoodSubscriberService.OnConnectionError' is never used
211
-
212
213
214
#pragma warning restore CS0067 // The event 'GoodSubscriberService.OnConnectionError' is never used
215
216
public void Acknowledge(MessageBase message) => throw new NotImplementedException();
0 commit comments