Arthur Vickers

Results 1127 comments of Arthur Vickers

Note from triage: we should do this by default, since the code is not intended to be edited, but with a switch to turn it off due to the increase...

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

@cyclr-adrian Explicitly mark the relationship as required with `.IsRequired()`.

> Is this caused by the same issue? Looks like it. > I wish someone could explain what Convert.ToString() is doing that makes the difference. Because EF Core loses track...

Note to self: test when the first preview is released and update docs.

@saxmaster79 @AraHaan When I attempted to repro this on .NET 8 with EF8 the -d option, it works fine. So I plan to revert this unless you report back that...

We discussed this again and we're concerned about platform differences making this unreliable and/or overly aggressive, especially since migrations may be used on a different platform than the one on...

@roji: Today on main: ``` Failed tests 2.9756072s✘ Microsoft.EntityFrameworkCore.Update.MismatchedKeyTypesSqlServerTest.Can_update_and_delete_with_string_FK_and_GUID_PK System.NotSupportedException : Implicit distributed transactions have not been enabled. If you're intentionally starting a distributed transaction, set TransactionManager.ImplicitDistributedTransactions to true. at...