Skip to content

Files

Latest commit

8169b7a · Feb 17, 2020

History

History
This branch is 743 commits behind fluentmigrator/fluentmigrator:main.

FluentMigrator.Tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 4, 2018
Nov 21, 2018
Feb 20, 2019
Jul 17, 2018
May 23, 2018
Dec 13, 2019
Apr 4, 2018
Feb 17, 2020
Apr 28, 2018
Apr 26, 2018
Apr 30, 2018
Apr 11, 2018
Jun 25, 2018
Apr 4, 2018
Apr 13, 2018
Mar 27, 2018

README.md

Integration tests

How to set connection strings

dotnet user-secrets set "TestConnectionStrings:SqlServer2016:ConnectionString" "Data Source=(LocalDB)\\MSSQLLocalDB;Initial Catalog=FluentMigrator;Integrated Security=true"
dotnet user-secrets set "TestConnectionStrings:SqlServer2016:IsEnabled" "true"