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
When having multiple connection strings, despite taking the good one at the DbContext initialization, and have the GET actions to work well, some how this Repository system was not taking the good connection string when doing a Save:
Hello,
When having multiple connection strings, despite taking the good one at the DbContext initialization, and have the GET actions to work well, some how this Repository system was not taking the good connection string when doing a Save:
Even if the _context object points to the proper one.
After testing, I realized it takes the first connectionString in the list, regardless of any DbContext configuration.
This is pretty bad to be honest. Can it be fixed?
The text was updated successfully, but these errors were encountered: