-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[6.0.100-preview.3.21165.6] 3.1/5 apps can't fetch data with EfCore5 and earlier versions when run against 6.0 #49683
Comments
Tagging subscribers to this area: @eiriktsarpalis Issue DetailsApplication Name: Apps that use EntityFrameWorkCore Verify Scenarios: Source Code & Repro steps check at: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1293031 Expected Result: Actual Result:
Sample Code to Repro :
Findings: @dotnet-actwx-bot @dotnet/compat
|
This issue fails 60+ app in our lab as it is a common functionality break that is used very frequently by apps. |
This might be related to dotnet/efcore#24002. EF have released a fixed which has been backported to earlier releases as well. |
@eiriktsarpalis Add more information about this issue:
|
Tagging @smitpatel who might know what version of EFCore 5 will incorporate the fix. |
The EF Core version with the fix included
Above are not released yet, fix is already available in nightly builds. |
@smitpatel Thanks! Is there any way that we can verify with the nightly builds of version 3.1.14 & 5.0.5? Or we need to wait until the release? We want to try the package with the fix. |
I'm going to close this issue since there is nothing actionable from the libraries perspective. |
To reply to @jiangzeng01 - tagging @dotnet/aspnet-build team for nightlies of the patch branches if they exist somewhere. |
3.1.14 and 5.0.5 builds all produce shipping packages with identical names. Feeds can't be updated in place; so every build pushes to a unique feed. Recent feeds produced include the following
Those are for the most recent builds that published to public feeds. As long as the entire EF fix is now checked into GitHub (@smitpatel❔), you should be good to go with either @jiangzeng01. |
Application Name: Apps that use EntityFrameWorkCore
OS: Windows 10 RS5
CPU: X64
.NET Build Number: 6.0.100-preview.3.21165.6 (master branch)
Verify Scenarios:
1). Windows 10 RS5 X64 + .NET Core SDK build 6.0.100-preview.3.21165.6: Fail
2). Windows 10 RS5 X64 + .NET Core SDK build 6.0.100-preview.2.21158.2: Pass
3). Windows 10 RS5 X64 + .NET Core SDK build 5.0.104 : Pass
4). Windows 10 RS5 X64 + .NET Core SDK build 3.1.300 Pass
Source Code & Repro steps check at: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1293031
Expected Result:
Display record count in database table
Actual Result:
Sample Code to Repro :
Findings:
System.Linq.dll
System.Linq.Queryable.dll causes this issue.
@dotnet-actwx-bot @dotnet/compat
The text was updated successfully, but these errors were encountered: