igor-tkachev / bltoolkit

Business Logic Toolkit for .NET
MIT License
297 stars 112 forks source link

How bltookit work with asp.net core 2.1? #407

Open lbrevity opened 5 years ago

lbrevity commented 5 years ago

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?

ili commented 5 years ago

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