Steven Darby

Results 28 comments of Steven Darby

Note that synchronous disposal (`using` instead of `await using`) seems to work as expected

Wrong place to ask this. But I would like to know if maintainers of this repo could triage my year old issue?

@xuzhg this has never been triaged?

Thanks for these filters, they work well. If anyone knows a way to source the route parameter comments from the model property, that would be great. I see the comment...

Please consider non-entity queries (i.e. projecting to a DTO) which are inherently non-tracking and where I suspect identity resolution won't work as a method of buffering either. So buffering at...

Related question: included reference navigations get added to the order by - is this even needed? Could removing those be a simple win with few changes to streaming/buffering required? Can...

@hisuwh one thing to be mindful of is that without the order by, you might start to see results appearing immediately in SSMS as it streams the results back, giving...