Upgrading from Duende 7.2.4 to 7.3.1 crashes the app #328
Replies: 2 comments 4 replies
-
What output do you see when you try to run the following command in your IdentityServer project folder? dotnet nuget why Duende.IdentityServer.EntityFramework.Storage For example, this is the output I'm seeing:
To help resolve this issue, try to clear NuGet caches: |
Beta Was this translation helpful? Give feedback.
-
Hi @wcabus, thank you for your quick reply :) After trying all your suggestions, I still get the same error. Here's the output of
One aspect I forgot to mention in my original post is that I am using .NET 8 (my local installation is v8.0.404). I only realized when some of your commands weren't working for me (it used to be |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am using
Duende.IdentityServer.EntityFramework
on our project. Currently, I'm using version 7.2.4. I tried upgrading to 7.3.1 (the mentioned breaking changes don't seem to affect me) and everything seemed to be okay. But when I launch the project, I'm getting this weird error:The app won't launch at all. I tried looking up potential transitive dependencies that could be including that specific version of the
Duende.IdentityServer.EntityFramework.Storage
library (which I don't even use directly) and realized thedotnet list package
command doesn't work. It stops working after the upgrade. I'm not even sure if this has to do anything with the issue but it's weird it all happened at the same time.What can I do? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions