We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
You can work around this by renaming the .config file in the output directory (aka bin\Debug) to ef.dll.config.
ef.dll.config
The text was updated successfully, but these errors were encountered:
Duplicate of dotnet/efcore#22205
Sorry, something went wrong.
No branches or pull requests
This is currently blocked by dotnet/runtime#931. This is the error you see:
Workaround
You can work around this by renaming the .config file in the output directory (aka bin\Debug) to
ef.dll.config
.The text was updated successfully, but these errors were encountered: