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

v2 breaks dotnet-ef with failure to load System.Runtime v6 when it uses .NET 7's copy of it. #1678

Open
AraHaan opened this issue Mar 18, 2022 · 0 comments

Comments

@AraHaan
Copy link
Member

AraHaan commented Mar 18, 2022

I have identified that my inability of using the updated dotnet-ef tool (installed locally in my project) when it tries to scaffold anything might be related it System.CommandLine trying to load v6 of System.Runtime into the default AssemblyLoadContext after the .NET 7 runtime loaded it's v7 version into the default context.

Context:
image
image

EFCore Issue for more information: dotnet/efcore#27660

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

Successfully merging a pull request may close this issue.

1 participant