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
MapReturnsTheSameConnectionStringIfThereIsNoSubstitute test fails if we use connection string which contains MultiSubnetFailover option.
For example:
"Data Source=myServerAddress;Initial Catalog=myDataBase;User ID=myUsername;Password=myPassword;MultiSubnetFailover=True"
Resulted string will be: "Data Source=myServerAddress;Initial Catalog=myDataBase;User ID=myUsername;Password=myPassword;Multi Subnet Failover=True".
Problem I think with new Microsoft.Data.SqlClient