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

Update EnsureExists extension in example #19

Closed JoshClose closed 4 years ago

JoshClose commented 4 years ago

Update the method to follow the recommended method from the RavenDB docs. https://ravendb.net/docs/article-page/4.2/csharp/client-api/operations/server-wide/create-database#example

I may submit a pull request if I find some time.

JudahGabriel commented 4 years ago

Fixed. Thanks!