Arthur Vickers
Arthur Vickers
All: If you have been hitting this, then please try out the [latest daily build of EF Core](https://github.com/dotnet/efcore/blob/main/docs/DailyBuilds.md) and let us know if the problem is fixed.
@jcummings2 EF9 should not require .NET 9 at this time. If you are seeing an issue with this, can you please attach a small, runnable project or post a small,...
@clement911 This is by-design, since EF doesn't catch these exceptions (except see #15269) but rather lets the exception propagate, or sometimes wraps it in an outer exception and throws that....
Yes, if you are using [connection resiliency](https://docs.microsoft.com/en-us/ef/core/miscellaneous/connection-resiliency), then this may be an error than then gets retried. #15269 is tracking making it possible to determine this.
We discussed this and came to the following conclusions: * Exceptions that we understand but do not handle will continue to be logged at `Error` level and will include the...
@clement911 This issue currently has 9 votes (👍). While this isn't the only factor in deciding whether we work on an issue, it does mean that currently around 170 other...
> With now 40 votes, is it any closer to being prioritized? 45 votes gets you to about position 57 in the list of most voted for issues. This in-of-itself...
@voroninp I've read through this and I think it's extremely unlikely that we will implement any of this.
@voroninp Not really, no.
This has challenges that ToQueryString doesn't have--most notably that it requires a connection to the database to run the "explain" query. So this probably needs a bit more thought, but...