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
SqlDependency support is currently disabled for .NET Standard 2.0:
<DefineConstants>$(DefineConstants);OleDb_Missing;SqlDependency_Missing;System_Configuration_Missing</DefineConstants>
However, that project depends on System.Data.SqlClient version 4.5.1, which does appear to include SqlDependency support. Is this constant outdated?
System.Data.SqlClient
The text was updated successfully, but these errors were encountered:
I was not aware of that. When we do the next version of this we'll be sure to enable SqlDependency for .NET Standard.
Sorry, something went wrong.
Enable SQL Dependency for .NET Core. #247
bdeaa2c
No branches or pull requests
SqlDependency support is currently disabled for .NET Standard 2.0:
However, that project depends on
System.Data.SqlClient
version 4.5.1, which does appear to include SqlDependency support. Is this constant outdated?The text was updated successfully, but these errors were encountered: