Arthur Vickers

Results 1127 comments of Arthur Vickers

@YohanSciubukgian You'll need to be more specific. I suggest you look through [issues labeled with "area-cosmos" and "area-query"](https://github.com/dotnet/efcore/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-cosmos+label%3Aarea-query) and vote (👍) for those that you need, or file new, specific,...

@bachratyg Can you file an issue for this and include considerably more detail. Ideally, include what the configuration from the service provider would look like, and how the model configuration...

@danmoseley Can you explain more how you think the code in Reporter.cs is relevant here? Likewise for AnsiTextWriter.cs? When using `LogTo`, EF does not do any manipulation of the strings...

@danmoseley Yes, but none of that code is used for `LogTo`, so I'm not sure how it is relevant to _this issue_.

@BrianBergh If you make any async calls with EF, then your LogTo delegate will likely be called by different threads. Could this be causing your issues?

@BrianBergh I notice that if an exception is thrown, then `Console.ResetColor();` will not be called.

@AndriySvyryd @bricelam Thoughts on this?

@SteffenMangold This looks like a bug. We may have enough here to reproduce, but it would be good to get a small, runnable project or complete code listing so we...

@gravity-tthrockmorton We plan to update the referenced version to 5.1. However, nothing is preventing you doing this yourself.

@gravity-tthrockmorton No, I mean you never have to use the default package versions that EF ships. NuGet allows you to update any package to a newer version. So, if you...