Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AddDefaultDocumentClientForIdentity is missing from NuGet package #33

Open
MisinformedDNA opened this issue Apr 22, 2020 · 3 comments
Open

Comments

@MisinformedDNA
Copy link
Contributor

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?

@steveage
Copy link

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>

@PelleRavn
Copy link

@codekoenig This is a good question. Why haven't the Nuget package been updated since 2017?

@codekoenig
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants