Arthur Vickers

Results 1127 comments of Arthur Vickers

@MaklaCof Don't call `AddEntityFrameworkNpgsql` or `AddEntityFrameworkSqlServer` anywhere. These aren't methods that applications should call under normal conditions.

@ogix Please open a _new issue_ and attach a small, runnable project or post a small, runnable code listing that reproduces what you are seeing so that we can investigate.

Note from team meeting: * Move internal specifics of query to the internals/architecture docs (#1920) * User-perspectives should be covered where appropriate in other docs * May need a simple,...

I investigated this--thanks for the code @dosolkowski-work. As I suspected, the reason this never works for anyone is that the annotation provider has to be replaced in the runtime services....

@cincuranet I'm concerned about this one, since there is an indication that this is a regression. @Tealons @kymarti Can one of you please attach a small, runnable project or post...

Note for team: I am able to reproduce this and I am investigating. It looks like a regression in ASP.NET testing.

Looks like this is a change in the behavior `WebApplicationFactory` when used in tests. Two projects are needed to repro this: a simple web app with this code: ```C# public...

@AndriySvyryd Assigning to you since you did some work in this area in EF8/9. Root cause could be an external breaking change in the `WebApplicationFactory`, or it could be something...