StackExchange / StackExchange.Redis

General purpose redis client
https://stackexchange.github.io/StackExchange.Redis/
Other
5.89k stars 1.51k forks source link

Fix nullability annotation of IConnectionMultiplexer.RegisterProfiler #2494

Closed eerhardt closed 1 year ago

eerhardt commented 1 year ago

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.