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
All SamplesTests.Customer integration(?) tests are broken because they try to connect to none existing SQL Server using connection string: "Data Source=acer\sqlserver;Initial Catalog=Northwind;Persist Security Info=True;User Id=sa;Password=1".
Possible solution: rewrite them to use SQLite?
The text was updated successfully, but these errors were encountered:
All SamplesTests.Customer integration(?) tests are broken because they try to connect to none existing SQL Server using connection string:
"Data Source=acer\sqlserver;Initial Catalog=Northwind;Persist Security Info=True;User Id=sa;Password=1"
.Possible solution: rewrite them to use SQLite?
The text was updated successfully, but these errors were encountered: