Arthur Vickers

Results 1127 comments of Arthur Vickers

@WalterW Which tooling are you referring to, specifically?

Triage: * Reverse engineer stored procedures - this issue * Update model from database - #831 * Visual tool such as the Model Browser - this is something we have...

@WalterW We have found visual tools (especially those in Visual Studio) are very expensive to both build and maintain. So, even with a bigger team, I'm not sure the ROI...

Thanks for the detailed info @harley333 and @Lupin1st. This will be useful when we get to this in EF Core.

@anomepani This issue is in the Backlog milestone. This means that it is not planned for the next release (EF Core 5.0). We will [re-assess the backlog](https://docs.microsoft.com/ef/core/what-is-new/release-planning) following the this...

@maumar Looks like it could be a problem with constructor binding for JSON objects in the materializer.

@jonnybee Yes, I suspect that it is something to do with that.

Note from triage: we should investigate if this is a materialization bug separate from #28594. Possible workaround if the entity doesn't need the property to be called `Id` but `Id`...

Notes from triage: - It should be possible to have a property called "Id" that is not the ordinal key. - Being able to explicitly map the key (#28594) is...