Arthur Vickers
Arthur Vickers
Note from triage: consider removing.
Note from triage: putting on the backlog to see if we can make this better.
We discussed this at length in triage. It's unfortunate that some tools keep executing the script even when it fails. In the future we can mitigate this through non-scripted migrations...
@replaysMike See #27306.
Duplicate of dotnet/EntityFramework.Docs#4654
@rudacomolaplanta Can you post your csproj file(s)?
Note: see the pattern in #25472.
@abdumostafa There shouldn't be any issue mapping those entities now. See my sample code below: ```C# public class Employee { public int Id { get; set; } public ICollection Documents...
@Suzibandit Can you post the -Verbose output from running the commands?
Note from triage: this seems like a bug. Workaround is to map the network path to a drive letter.