This is an automated email from the ASF dual-hosted git repository.

blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 0736aaf  Removing pramas no longer needed.
0736aaf is described below

commit 0736aaf2efee523f102825b6e58afdc387f59316
Author: Daniel Blankensteiner <d...@vmail.dk>
AuthorDate: Fri Dec 15 12:45:06 2023 +0100

    Removing pramas no longer needed.
---
 samples/Processing/LoggerExtensions.cs | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/samples/Processing/LoggerExtensions.cs 
b/samples/Processing/LoggerExtensions.cs
index bc5bf45..35154ef 100644
--- a/samples/Processing/LoggerExtensions.cs
+++ b/samples/Processing/LoggerExtensions.cs
@@ -18,9 +18,6 @@ using DotPulsar;
 using DotPulsar.Abstractions;
 using DotPulsar.Exceptions;
 
-#pragma warning disable IDE0079 // Remove unnecessary suppression... Ehm... 
*sigh*
-#pragma warning disable IDE0060 // Remove unused parameter... Why Microsoft? 
Why do you force me to do this?
-
 public static partial class LoggerExtensions
 {
     // Output Message
@@ -80,6 +77,3 @@ public static partial class LoggerExtensions
     [LoggerMessage(EventId = 4, Level = LogLevel.Warning, Message = "The 
consumer for topic '{topic}' has regained the connection")]
     static partial void ConsumerRegainedConnection(this ILogger logger, string 
topic);
 }
-
-#pragma warning restore IDE0060 // Remove unused parameter
-#pragma warning restore IDE0079 // Remove unnecessary suppression

Reply via email to