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

Calls to IWorkItemStore.Query(int), IWorkItemStore.Query(IEnumerable<int>) are opaque #175

Open
rjmurillo opened this issue Aug 10, 2017 · 0 comments

Comments

@rjmurillo
Copy link
Member

The methods end up generating WIQL statements, but there is no way for the caller to know what those were (e.g. for logging / diagnostic purposes).

IWorkItemStore.Query(int) ends up calling IWorkItemStore.Query(IEnumerable<int>), which in turn calls IQueryFactory.Create(IEnumerable<int>) that generates the WIQL.

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

1 participant