dotnet / dotnet/efcore

Switch to using the new SqlClient user-agent feature

Open
#36,571 0 comments 0 reactions 1 assignee Assigned to @AndriySvyryd View on GitHub
area-sqlserver blocked
Dominant language
C#
Stars
14.8k
Forks
3.4k
PR merge metrics
PR metrics pending

Description

In #35730 (EF 10), we started injecting Application Name into the SQL Server connection string, including information about the EF version.

This was a stopgap mechanism, as SqlClient is in the process of introducing a more first-class user-agent-like mechanism for submitting such information: https://github.com/dotnet/SqlClient/pull/3451, https://github.com/dotnet/SqlClient/pull/3489.

Once that's done, revert #36548 and switch to the new mechanism.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.