bltoolkit icon indicating copy to clipboard operation
bltoolkit copied to clipboard

How bltookit work with asp.net core 2.1?

Open lbrevity opened this issue 6 years ago • 1 comments

I'm using bltoolkit with my asp.net mvc project since almost 2-3 years, it working fine. Now I want to work in asp.net core 2.1 + angular. so connection string will be on appsettings.json instead of webconfig. But bltoolkit don't get connection string by itself. How it work with asp.net core 2.1?

lbrevity avatar Feb 28 '19 11:02 lbrevity

Hello, @lbrevity

Sorry, but project is suspended and we have no plans to support new platforms. Please consider migrating https://github.com/linq2db

So new configuration model, invented witg ASP .Net core is not supported. But you can try to configure BLT in your Startup.cs file via static properties and methods, please see here: https://github.com/igor-tkachev/bltoolkit/wiki/Data.Config2

ili avatar Apr 30 '19 10:04 ili