Arthur Vickers
Arthur Vickers
@rp0m Nullable foreign keys are supported and commonly used. Alternate keys cannot be nullable.
We discussed this at length with the Cosmos team and decided to keep the mapping to a single container. Mapping to many different containers may defeat efficiency on the Cosmos...
@roji This is not limited to owned entities that have additional types. Projecting either an owned reference or collection results in bringing back the entire document. For example: ```C# await...
@AndriySvyryd In what way is `ValueGenerated` not currently honored by the Cosmos provider?
@xtellurian Can you explain in more detail how these things are connected. For example, exactly what model customization is being done and how does it fail?
@xtellurian It doesn't seem like this is related to the customization. That is, using the Identity model _as is_ with the Cosmos provider likely won't work because of this query....
@xtellurian Thanks--we'll discuss in triage.
@xtellurian Can you provide some details as to why you would like to use ASP.NET Identity with a Cosmos back-end? (It doesn't immediately seem like a good fit.)
@xtellurian Thanks for the additional info. I filed https://github.com/aspnet/AspNetCore/issues/15242 to consider updating the Identity model appropriately.
> I always appreciated that theses indexes were created Can you explain more? Neither the Cosmos nor the in-memory provider used the indexes in any way.