AspNetCore.Identity.DocumentDB icon indicating copy to clipboard operation
AspNetCore.Identity.DocumentDB copied to clipboard

A Cosmos DB (DocumentDB) storage provider for ASP.NET Core Identity.

Results 9 AspNetCore.Identity.DocumentDB issues
Sort by recently updated
recently updated
newest added

Rename this library to match the new .NET SDK naming: https://www.nuget.org/packages/Microsoft.Azure.Cosmos This would result in: `AspNetCore.Identity.Azure.Cosmos` depends on #41

https://azure.microsoft.com/en-us/blog/azure-cosmos-dotnet-sdk-version-3-0-now-in-public-preview/ Support should be added before the stable launch. The current preview release has some fundamental features missing but I'll be looking into this matter again once it's more stable....

enhancement

I'm getting this issue , System.NullReferenceException , when I try find user in this code in the version 1.0.0 var userIdentity = _userManager.FindByNameAsync(user.UserID).Result; Obs.: My object user and userManager aren't...

`return _Client.CreateDocumentQuery(_Users.DocumentsLink, new FeedOptions { EnableCrossPartitionQuery = true }) .Where(u => u.DocId == "user").AsQueryable();` I am getting the below exception when the above piece of code gets executed System.NullReferenceException: 'Object...

I'm receiving `NullReferenceException: Object reference not set to an instance of an object. Microsoft.Azure.Documents.DocumentCollection.get_DocumentsLink()` when I use that project with Microsoft.Azure.DocumentDB v2.2.1. It seems that `DocumentsLink` property is using `SelfLink`...

Support Cosmos DB partitioning. There is a beta release right now with basic functionality. There are a few drawbacks, though: - [ ] partition key property is fixed to "/partition"...

enhancement

See comments on https://github.com/FelschR/AspNetCore.Identity.DocumentDB/pull/20

Add StyleCop.Analyzers as a dependency to all projects to get style rules.

enhancement

Reference: g0t4/aspnet-identity-mongo#17 aspnet/Identity#296

enhancement