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

SqlClient version in EF Core. #28320

Closed
janseris opened this issue Jun 27, 2022 · 1 comment
Closed

SqlClient version in EF Core. #28320

janseris opened this issue Jun 27, 2022 · 1 comment

Comments

@janseris
Copy link

janseris commented Jun 27, 2022

Ask a question

Hi, I am using EF Core 6 (6.0.3).
I am trying to use it on Android.
I am receiving errors seen where:
dotnet/SqlClient#1656

We are talking in the thread with SqlClient crew about versions 4 and 5 but meanwhile EF Core 6 uses SqlClient 2.1.4 according to the dependency list in Visual Studio.
Is that intended and why is that and can that cause issues?

(my errors are not fixed in latest SqlClient (Microsoft.Data.SqlClient) anyways, but still, I am very surprised by this fact)

Edit: I can see tha there is something more to the versions, it's not necessary linear versioning, there are versions 2, 3, 4 and 5 (Preview). Is there anything special about these? (I suppose that there is)

My SQL Server version is 2012. Support ended 7/12/2022. Is there a list of supported/unsupported features of SqlClient for various SQL Server versions? I could not find these by quick look into the GitHub SqlClient repository info.

Thank you

@ErikEJ
Copy link
Contributor

ErikEJ commented Jun 27, 2022

Yes, it is completely intended as 2.1 was the latest LTS release when EF Core 6 was released.

@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants