Arthur Vickers

Results 862 comments of Arthur Vickers

Note from team meeting: we should use non-string values where we can. We should also make sure that units are used in names, or at least well documented. Note that...

/cc @maumar @roji See previous comment. More strict/lax type issues.

@smitpatel Here's the logs: ``` dbug: Microsoft.EntityFrameworkCore.Query[10111] Compiling query expression: 'DbSet() .GroupJoin( inner: DbSet() .Select(p => new Post{ PostId = p.PostId, BlogId = p.BlogId, Content = p.Content } ), outerKeySelector:...

@Mijalski This issue is in the 6.0 milestone, which means we plan to fix it for EF Core 6.0.

@maumar @AndriySvyryd Where in the C.I. are the Cosmos tests running on Linux?

@RDoser In our experience, starting by reverse engineering from the existing database or dacpack is how most people approach moving an EF6 database to EF Core. @ErikEJ I'm curious if...

@RDoser See [Replacing an existing convention](https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/whatsnew#replacing-an-existing-convention).

@Wraith2 If I have any credit built up with the community over the years, then let me use some to just say what is happening in SqlClient is **good**. Of...