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

Scaffolding doesn't work on .NET Core #2

Closed
bricelam opened this issue Oct 29, 2020 · 1 comment
Closed

Scaffolding doesn't work on .NET Core #2

bricelam opened this issue Oct 29, 2020 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@bricelam
Copy link
Member

This is currently blocked by dotnet/runtime#931. This is the error you see:

A named connection string was used, but the name 'MyConnection' was not found in the application's configuration.

Workaround

You can work around this by renaming the .config file in the output directory (aka bin\Debug) to ef.dll.config.

@bricelam bricelam added the bug Something isn't working label Oct 29, 2020
@bricelam bricelam added duplicate This issue or pull request already exists and removed bug Something isn't working labels Nov 18, 2021
@bricelam
Copy link
Member Author

Duplicate of dotnet/efcore#22205

@bricelam bricelam marked this as a duplicate of dotnet/efcore#22205 Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant