-
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
DbFunction translation considers two classes the same if they have the same name #18425
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
Comments
Repros for 3.0 in SQLServer. |
We don't consider full type information for method's declaring type so we end up overwriting the DbFunction in the model. |
pmiddleton
added a commit
to pmiddleton/EntityFramework
that referenced
this issue
Oct 27, 2019
pmiddleton
added a commit
to pmiddleton/EntityFramework
that referenced
this issue
Oct 27, 2019
pmiddleton
added a commit
to pmiddleton/EntityFramework
that referenced
this issue
Oct 27, 2019
pmiddleton
added a commit
to pmiddleton/EntityFramework
that referenced
this issue
Oct 27, 2019
pmiddleton
added a commit
to pmiddleton/EntityFramework
that referenced
this issue
Oct 29, 2019
pmiddleton
added a commit
to pmiddleton/EntityFramework
that referenced
this issue
Oct 30, 2019
pmiddleton
added a commit
to pmiddleton/EntityFramework
that referenced
this issue
Oct 31, 2019
smitpatel
pushed a commit
to pmiddleton/EntityFramework
that referenced
this issue
Oct 31, 2019
smitpatel
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Oct 31, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Consider two different classes which are both called "Inner" and both have a method called "Min".
Both of the above queries translate to
If I rename one of the Inner classes, then the first query correctly calls TestA instead of TestB.
EF Core version: 2.2
Database provider: Microsoft.EntityFrameworkCore.Oracle
Target framework: .NET Framework 4.7
Operating system: Windows 10
IDE: Visual Studio 2017 15.8.6
The text was updated successfully, but these errors were encountered: