To reproduce:
- Install latest .NET Core SDK (to cover .NET Core 2.0)
git clone
this repo- Edit
Program.cs
, line 17: to set connection string as appropriate dotnet restore
to restore packagesdotnet build
to build appdotnet run
to run & cause exception (will be output to console)