Arthur Vickers
Arthur Vickers
See also https://github.com/dotnet/efcore/issues/27502
@bricelam The only issue I can find related to this is https://github.com/dotnet/efcore/issues/10258.
Note from triage: The PMC commands already support tab-completion, and #5976 covers adding this for the dotnet CLI. We feel this is a better way to go that wildcards, since...
The problematic code is below. The calls to `GetType` and the subsequent calls to `GetRuntimeMethod` and `GetRuntimeProperty` are being flagged because the types and/or members may not be available. However,...
Ignore my comments above. Was totally not understanding the issues. PR coming soon.
/cc @maumar @roji
This looks like a bug. The navigation for the other relationship is still holding on to the detached entity, rather than it being removed.
Note for triage: looks like the behavior has been like this since #22074, which was shipped in 5.0. But in 6.0 we were not generating the warning.
Note from triage: we will leave the current behavior for HasConversion, and the warning is now correct.
Related to #29882. Does not fail if the join table does not have a separate primary key.