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

SqlDependency in .NET Standard #247

Closed
chucker opened this issue Dec 20, 2018 · 1 comment
Closed

SqlDependency in .NET Standard #247

chucker opened this issue Dec 20, 2018 · 1 comment

Comments

@chucker
Copy link
Contributor

chucker commented Dec 20, 2018

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?

@Grauenwolf
Copy link
Collaborator

I was not aware of that. When we do the next version of this we'll be sure to enable SqlDependency for .NET Standard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants