Fix to #18211 - Throw better exception for Last without order by by Muppets · Pull Request #19773 · dotnet/efcore
Summary of the changes Added throw to TranslateLastOrDefault to give a friendly exception Not great at exception message text at the best of times. I went with: When performing a Last() operation...