Arthur Vickers
Arthur Vickers
Note from triage: If possible, don't create any new "design-time" dependencies for this.
@hexxone This issue has 16 votes (👍). This puts it in 179th position in the [list of most requested features](https://github.com/dotnet/efcore/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc). See [the planning process](https://docs.microsoft.com/en-us/ef/core/what-is-new/release-planning) for more information on how we...
@roji I noticed `OptimisticConcurrencyCosmosTest` as well.
@roji This has had closed-fixed for a while without being closed.
Consider as part of #19587
@roji But only when scripting and only when the script keeps running inappropriately. We don't have this behavior for Update-Database, for example. It will stop[ after the first failed migration.
Note: allowing alternate keys to be nullable is potentially not difficult--from an EF perspective, if an entity has a null alternate key, then it's the same as that entity not...
@buttch Currently EF can't handle rows with a null principal key value. One workaround is to write your queries such that they filter out any principal entities with null values....
@buttch First, make sure you really need an alternate key in EF terms. You said, "it turned out that in columns which I use for relation are null in same...
@Neme12 No. Can you explain why you need it to be a constraint instead of an index? Are you aware of a database that implements a unique constraint and a...