You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: dotnet/SqlClient#3451, dotnet/SqlClient#3489.
Once that's done, revert #36548 and switch to the new mechanism.