You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix nullability annotation of IConnectionMultiplexer.RegisterProfiler (#2494)
RegisterProfiler allows for a null ProfilingSession to be returned - it is even documented with "or returning null to not profile".
Fixing the nullable annotation to indicate that null is an acceptable result of the profilingSessionProvider function.
Copy file name to clipboardExpand all lines: docs/ReleaseNotes.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Current package versions:
8
8
9
9
## Unreleased
10
10
11
+
- Fix: Fix nullability annotation of IConnectionMultiplexer.RegisterProfiler ([#2494 by eerhardt](https://github.com/StackExchange/StackExchange.Redis/pull/2494))
12
+
11
13
## 2.6.116
12
14
13
15
- Fix [#2479](https://github.com/StackExchange/StackExchange.Redis/issues/2479): Add `RedisChannel.UseImplicitAutoPattern` (global) and `RedisChannel.IsPattern` ([#2480 by mgravell](https://github.com/StackExchange/StackExchange.Redis/pull/2480))
0 commit comments