-
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
Exception: "Unable to cast object of type" in many stored procs mapping cases #28803
Comments
Further work blocked by dotnet/efcore#28803 and dotnet/efcore#28805
@roji Can we get this fixed ASAP to unblock the stored-procs sample? Fix should target rc2. |
Affirmative, I'll look at this tomorrow. |
Still failing for two of the cases in dotnet/EntityFramework.Docs#4007 |
* Don't attempt to propagate rows affected result columns Fixes dotnet#28803
Looked into this. There are various issues with the sample (dotnet/EntityFramework.Docs#4007 (review)), but also two issues in the update pipeline:
|
Yes, and we should consume them nevertheless |
* Don't attempt to propagate rows affected result columns. * Warn if an unexpected trailing result set is found. * Throw an informative message if a result set is missing. Fixes dotnet#28803
Start with sample here: dotnet/EntityFramework.Docs#3989
Seems to happen a lot when a batch contains multiple updates, but also in other cases. For example, remove the first call to
SaveChanges
inSprocMappingTest
The text was updated successfully, but these errors were encountered: