Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create bundle using third party language provider #90

Open
denis-troller opened this issue Mar 9, 2023 · 2 comments
Open

Comments

@denis-troller
Copy link

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 ?

@bricelam
Copy link
Member

Can you file a bug on dotnet/efcore so we can follow up there?

@ErikEJ
Copy link
Member

ErikEJ commented Mar 7, 2024

@denis-troller Did you create an issue in the EF Core repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants