Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

options.Settings is null in AddRavenDbDocStore call #10

Open
cadilhac opened this issue Mar 16, 2022 · 1 comment
Open

options.Settings is null in AddRavenDbDocStore call #10

cadilhac opened this issue Mar 16, 2022 · 1 comment

Comments

@cadilhac
Copy link

Using asp.net core 6. I added the RavenSettings section in the config file.
However, options.Settings is null in AddRavenDbDocStore's delegate.

@cadilhac
Copy link
Author

Suggestion:

In ServiceCollectionExtensions.AddRavenDbDocStore(this IServiceCollection services, Action options)

Switch calls services.Configure(options); and services.ConfigureOptions(),
otherwise, the settings are null in AddRavenDbDocStore's delegate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant