RavenDB.DependencyInjection
RavenDB.DependencyInjection copied to clipboard
options.Settings is null in AddRavenDbDocStore call
Using asp.net core 6. I added the RavenSettings section in the config file. However, options.Settings is null in AddRavenDbDocStore's delegate.
Suggestion:
In ServiceCollectionExtensions.AddRavenDbDocStore(this IServiceCollection services, Action<RavenOptions> options)
Switch calls services.Configure(options); and services.ConfigureOptions<RavenOptionsSetup>(), otherwise, the settings are null in AddRavenDbDocStore's delegate.