Thanks for the awesome lib. I'm trying it out for a new project in .Net core 2.0 and run into the below error when adding the ".AddLinqToDBStores(new DefaultConnectionFactory())" statement.
I've pulled the example from the repo and it gives the same error message. Removing the line makes it build.
PS: I've removed the source and added the Nuget package to re-produce the error.