We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() has this warning:
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
// call OnError outside of _ErrorCollectionLock to avoid deadlock
there's nothing called _ErrorCollectionLock or similarly in the codebase. The comment is full of magic.
_ErrorCollectionLock
The text was updated successfully, but these errors were encountered:
As recently announced in the .NET Blog, focus on new SqlClient features an improvements is moving to the new Microsoft.Data.SqlClient package. For this reason, we are moving this issue to the new repo at https://github.com/dotnet/SqlClient. We will still use https://github.com/dotnet/corefx to track issues on other providers like System.Data.Odbc and System.Data.OleDB, and general ADO.NET and .NET data access issues.
Sorry, something went wrong.
Closing as PR#684 is merged and it will be in next release.
No branches or pull requests
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
has this warning:there's nothing called
_ErrorCollectionLock
or similarly in the codebase. The comment is full of magic.The text was updated successfully, but these errors were encountered: