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 fa97e4c  That 'using' can be deleted... wonder why VS doesn't do it 
automatically...
fa97e4c is described below

commit fa97e4cf1c2d517d007d9cf152c9d49efba99d1c
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Wed Feb 5 14:14:07 2025 +0100

    That 'using' can be deleted... wonder why VS doesn't do it automatically...
---
 samples/Consuming/MessagesWorker.cs | 1 -
 samples/Consuming/ProcessWorker.cs  | 1 -
 samples/Consuming/ReceiveWorker.cs  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/samples/Consuming/MessagesWorker.cs 
b/samples/Consuming/MessagesWorker.cs
index d71761c..447de1a 100644
--- a/samples/Consuming/MessagesWorker.cs
+++ b/samples/Consuming/MessagesWorker.cs
@@ -17,7 +17,6 @@ namespace Consuming;
 using DotPulsar;
 using DotPulsar.Extensions;
 using Extensions;
-using System.Threading;
 
 public sealed class MessagesWorker : BackgroundService
 {
diff --git a/samples/Consuming/ProcessWorker.cs 
b/samples/Consuming/ProcessWorker.cs
index f86a0dd..dd3c1cc 100644
--- a/samples/Consuming/ProcessWorker.cs
+++ b/samples/Consuming/ProcessWorker.cs
@@ -18,7 +18,6 @@ using DotPulsar;
 using DotPulsar.Abstractions;
 using DotPulsar.Extensions;
 using Extensions;
-using System.Threading;
 
 public sealed class ProcessWorker : BackgroundService
 {
diff --git a/samples/Consuming/ReceiveWorker.cs 
b/samples/Consuming/ReceiveWorker.cs
index 52e8698..0da49bd 100644
--- a/samples/Consuming/ReceiveWorker.cs
+++ b/samples/Consuming/ReceiveWorker.cs
@@ -17,7 +17,6 @@ namespace Consuming;
 using DotPulsar;
 using DotPulsar.Extensions;
 using Extensions;
-using System.Threading;
 
 public sealed class ReceiveWorker : BackgroundService
 {

Reply via email to