Bug description I wrote a linq using "let" clause to store the subexpression into a range variable "score", in order to use it in the "orderby" and "select". var query = from watchVideo in DbContex ...
Bug description When FromSqlInterpolated (), Skip (), and Take () are used together, and the Count values for Skip () and Take () are the same, the generated SQL assigns the same name (p0) to the ...