You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: