-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Unable to use Model.ToDebugString with EF Core 6 preview 4 #24987
Comments
Did some spelunking, and found this: 3be1be4
I guess the issue is about updating the error message then. |
Fixed in a60795c |
@AndriySvyryd I most likely misunderstand, but what exactly was fixed in the linked 125 file PR? |
Ping? |
Sorry, the specific fix is
Now it's |
@AndriySvyryd Thanks :-) |
For those like me who encountered this issue later, you may also need to add:
line to find the correct extension method. |
Include your code
And I am not able to find "DesignTimeModel" mentioned in the error message anywhere.
Include stack traces
Include provider and version information
EF Core version: 6.0 preview 4
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Target framework: .NET 5.0
The text was updated successfully, but these errors were encountered: