-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Detected package version outside of dependency constraint: Duende.IdentityServer.EntityFramework.Storage 5.2.0 #41897
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
Comments
same issue |
I don't think so, upgrading versions for 7 isn't the same thing as bumping up versions in 6, if they are able to upgrade the packages to make everything work. @Ogglas is everything working after you upgraded all of the relevant duende packages yourself? |
Hi @Ogglas. We have added the "Needs: Author Feedback" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. See our Issue Management Policies for more information. |
@HaoK Nope I got the exception below in
|
Looks like there may be breaking changes between Duende 5.x and 6.x. We recommend replacing the incompatible identity packages/dbcontext since we can't update the dependency in .net 6.0 as it may be breaking. Your best bet is to consult the migration docs https://docs.duendesoftware.com/identityserver/v6/upgrades/v5.2_to_v6.0/ but this isn't something we are directly supporting for 6.0 |
Getting the following exception |
@picBuilderLabs |
@picBuilderLabs same issue here. Have you guys found any workarounds orther than reverting back to 6.0.4? |
Any news on this issue? |
Hi @yakeer I see they have releaased v. 6.0.7 only 7 days ago. You might also want to try and see if the issue has been addressed there. |
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I got a warning/error in Visual Studio when installing NuGet
AutoMapper
:I tracked this to NuGet
Microsoft.AspNetCore.ApiAuthorization.IdentityServer
https://www.nuget.org/packages/Microsoft.AspNetCore.ApiAuthorization.IdentityServer
If you look at Microsoft.AspNetCore.ApiAuthorization.IdentityServer NuGet dependencies is:
I can solve the warning manually by updating the libraries below:
Duende.IdentityServer.EntityFramework.Storage 6.1.0 has the following dependencies which will fix it:
https://www.nuget.org/packages/Duende.IdentityServer.EntityFramework.Storage/
However this led to the exception below after running a migration in
endpoints.MapRazorPages();
.Describe the solution you'd like
Latest
Microsoft.AspNetCore.ApiAuthorization.IdentityServer
should be compatible with latestDuende.IdentityServer.EntityFramework.Storage
Additional context
No response
The text was updated successfully, but these errors were encountered: