You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: