-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Provide a way to control client evaluation behavior on a per query basis #12844
Comments
An extension method on IQueryable for this would be great. My main use case is where i.e. I don't want an error thrown if there's nothing I can do to fix it. |
@optiks - Calling |
Added to Qu3ry issue. |
@smitpatel, |
|
Please also consider whether it would make sense to provide a predicate on I think this would let us then implement this behaviour ourselves if necessary, especially if the |
Closing as not needed now since the query changes for 3.0. |
Based on the feedback we usually see this is very common and something like an
AsServerOnly()
query operator would be more usabel than the current way to turning client evaluation warnings into errors.The text was updated successfully, but these errors were encountered: