Arthur Vickers
Arthur Vickers
This is in particular reference to removal of Relinq since it was doing some normalization in this area. - [x] VB string equality/comparison, #19681
We tried to do this before, but ran into issues. Hopefully the project system has matured such that it is now possible. See #9515 for more discussion.
Part of #30677 There is still work to do here, but this is basically working so I wanted to get it out for review. Remaining work: - Negative cases/exception messages...
For the query below, ToQueryString returns ```sql SELECT [c].[Id] FROM [Chunky] AS [c] ORDER BY [c].[Id] ``` I would expect it to show all three queries that eventually get logged:...
Split out from #30677
EF Core release notes for each version can be found in the [GitHub Releases page](https://github.com/dotnet/efcore/releases/). You can try EF 9 before it goes GA using the [daily builds](https://github.com/dotnet/efcore/blob/main/docs/DailyBuilds.md) or a...
See https://github.com/dotnet/efcore/issues/32896#issuecomment-1911969614
Issue to track this following discussion on #32070 and PR #32922. This is merged to main, but we could consider backporting to a patch if there is demand.