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
If you're not going to use the Aspire client integrations, you'll need to do some of your own parsing of the connection string and remove the keys that are non-standard
Describe the bug
When using the integration like this:
It creates a connection string:
Specifically, it adds the
Extensions=[]
to the end, which does not seem to be a supported keyword:https://github.com/dotnet/efcore/blob/d0237c7e0c3192b00766d6a163fe2a5def526e03/src/Microsoft.Data.Sqlite.Core/SqliteConnectionStringBuilder.cs#L42-L53
And, when I access the DB, I get this:
Regression
No response
Steps to reproduce
Expected behavior
No exception, or rather no extensions.
Screenshots
No response
IDE and version
VS 2022 Preview
IDE version
No response
Nuget packages
Additional context
No response
Help us help you
Yes, but only if others can assist
The text was updated successfully, but these errors were encountered: