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
* Update Redis dependencies
- the client library and otel packages have new versions, update to the latest
- SE.Redis have ILogger support now, update to use it
@@ -138,6 +132,9 @@ private static ConfigurationOptions GetConfigurationOptions(IServiceProvider ser
138
132
thrownewInvalidOperationException($"No endpoints specified. Ensure a valid connection string was provided in 'ConnectionStrings:{connectionName}' or for the '{configurationSectionName}:ConnectionString' configuration key.");
139
133
}
140
134
135
+
// ensure the LoggerFactory is initialized if someone hasn't already set it.
0 commit comments