You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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>
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?
The text was updated successfully, but these errors were encountered: