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 acb58c3  Removing more pragmas no longer needed. Wup wup Microsoft! :-D
acb58c3 is described below

commit acb58c30fc3fb3dcb9ef15e3df3c8ad3834a285e
Author: Daniel Blankensteiner <d...@vmail.dk>
AuthorDate: Fri Dec 15 12:46:58 2023 +0100

    Removing more pragmas no longer needed. Wup wup Microsoft! :-D
---
 src/DotPulsar/Internal/DotPulsarMeter.cs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/DotPulsar/Internal/DotPulsarMeter.cs 
b/src/DotPulsar/Internal/DotPulsarMeter.cs
index 9c324d7..e8c9f1e 100644
--- a/src/DotPulsar/Internal/DotPulsarMeter.cs
+++ b/src/DotPulsar/Internal/DotPulsarMeter.cs
@@ -19,15 +19,11 @@ using System.Diagnostics.Metrics;
 
 public static class DotPulsarMeter
 {
-#pragma warning disable IDE0079
-#pragma warning disable IDE0044
     private static int _numberOfClients;
     private static int _numberOfConnections;
     private static int _numberOfReaders;
     private static int _numberOfConsumers;
     private static int _numberOfProducers;
-#pragma warning restore IDE0044
-#pragma warning restore IDE0079
     private static readonly Histogram<double> _producerSendDuration;
     private static readonly Histogram<double> _consumerProcessDuration;
 

Reply via email to