JudahGabriel / RavenDB.Identity

RavenDB Identity provider for ASP.NET Core. Let RavenDB manage your users and logins.
https://www.nuget.org/packages/RavenDB.Identity/1.0.0
MIT License
61 stars 29 forks source link

Fixes ArgumentNullException when calling AddRavenDbIdentityStores() without a config action #48

Closed wagich closed 1 year ago

wagich commented 1 year ago

It looks like #46 introduced a bug – calling AddRavenDbIdentityStores() without a config action results in an ArgumentNullException (IServiceCollection.Configure throws if called with configureOptions: null).

See OptionsServiceCollectionExtensions.cs Lines 43 and 58

wagich commented 1 year ago

Thank you @JudahGabriel !