Arthur Vickers

Results 1127 comments of Arthur Vickers

@syedhassaanahmed No; this issue is tracking adding this guidance to the docs.

@dotnet/efcore Please add any providers and platforms I missed that you think are important. Also, please comment if you think some combination is not relevant/not important.

> Also don't do anything for the in-memory provider as we shouldn't encourage it to be used in this way. What if people are reporting bugs that only repro on...

@ErroneousFatality This is related to #2571, #1847, and #746. I agree this documentation could be better. EF always uses a parameterless constructor if one is present. This avoids breaking from...

@theCuriousOne I think you have a fair point. While we do try to make it clear in the docs, it might be a good idea to explicitly list this in...

Query results don't contain any entities that have been added to the context but not yet saved to the database.

See also https://github.com/aspnet/EntityFrameworkCore/issues/18505

See also: https://github.com/dotnet/efcore/issues/27865

Update https://aka.ms/efcore-docs-conventions when done.