AddDefaultDocumentClientForIdentity is missing from NuGet package
In the sample app, the extension method AddDefaultDocumentClientForIdentity is used. While this method exists in the source code, it does not exist in the NuGet library.
Ah, the library hasn't been updated since 2017! What's the status of this project?
I had the same issue. The method is available and the library works as expected if you clone the project and reference it locally such as:
<ItemGroup> <ProjectReference Include="..\Identity\AspNetCore.Identity.DocumentDb\src\AspNetCore.Identity.DocumentDb\AspNetCore.Identity.DocumentDb.csproj" /> </ItemGroup>
@codekoenig This is a good question. Why haven't the Nuget package been updated since 2017?
@PelleRavn Lack of time to maintain the package properly unfortunately ... co-maintainers would be very welcome.
I have uploaded the current state of the repo as 3.0 now to NuGet at long last, it should appear shortly.