-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Are Query Notifications on the roadmap? #17168
Comments
@saurabh500 @YoungGah @karelz It seems we still haven't ported them to corefx. Any reason why? I see them supported in Xamarin and Desktop: https://apisof.net/catalog/System.Data.SqlClient.SqlDependency |
@corivera any insight here? |
@ViktorHofer FYI it's just a stub in Mono/Xamarin at the moment: SqlDependency.cs |
@karelz Moving this to future as we reached feature freeze... |
I'd like area experts & owners to make the decision. While we are past feature complete, there are options like DCRs, etc. I would prefer to focus on doing the right thing for the customers rather than process. That said, given they are stubbed out in Xamarin, it feels more like Future to me as well, but I don't have enough background in the space to make the call ... |
We currently don't have any plans for working on query notifications. |
Is there any mileage in possibility providing a work around until officially supported, this is a blocker for us moving to asp.net core as we aren't able to invalidate cached items as notifications was used as the trigger this |
Query notifications via SqlDependency and related APIs is a feature we have on the backlog. However we couldn't get it into 2.0 because we didn't have the bandwidth. |
Related issue https://github.com/dotnet/corefx/issues/17833 |
This is a roadblock to moving to .net core for me too. |
@maike9 What is your scenario for query notification? |
Query notification support was added in dotnet/corefx#20708 |
... and will be available with the .NET Core 2.1 and the next version of UWP. Right @corivera ? |
Yep |
@corivera Is it possible to use it with action attribute in asp net core 2.1?
|
It seems the System.Data.SqlClient does not include any of the query notification (SqlNotification or SqlDependency) classes. is this on the roadmap to be added?
The text was updated successfully, but these errors were encountered: