Skip to content

Commit 604785e

Browse files
committed
remove pragma
1 parent cfbb8c8 commit 604785e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/StackExchange.Redis/Interfaces/IConnectionMultiplexer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,7 @@ public interface IConnectionMultiplexer : IDisposable, IAsyncDisposable
224224
/// and ad-hoc commands with unusual routing requirements. Note that <see cref="GetDatabase"/> provides a connection that automatically routes commands by
225225
/// looking for <see cref="RedisKey"/> parameters, so this method is only necessary when used with commands that do not take a <see cref="RedisKey"/> parameter,
226226
/// but require consistent routing using key-like semantics.</remarks>
227-
#pragma warning disable RS0026
228227
IServer GetServer(RedisKey key, object? asyncState = null, CommandFlags flags = CommandFlags.None);
229-
#pragma warning restore RS0026
230228

231229
/// <summary>
232230
/// Obtain configuration APIs for all servers in this multiplexer.

0 commit comments

Comments
 (0)