I have a VB class library containing classes and a DBContext.
I generated migrations after adding the EntityFrameworkCore.VisualBasic package, and that worked.
However, when I try to use dotnet ef migrations bundle, the resulting executable (which seems to be self contained even if I expressely ask not to), does not embed this library, leading to a file not found error.
Is there a switch I am not aware of, or a known issue ?