-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET Core support #280
Comments
Hi I also ask for it |
Hi @prashantkhandelwal and @goluda, current version do not support .NET Core, but it's on plans, like you can see here: #219 Next major version will be full netstandard 1.3 (that are .NET Core support) |
Hi @mbdavid, thanks for the update. Will look forward for the next major release. :) |
Hi @mbdavid, I'm also really interested in the .net core support. Do you have an idea of when the next major version supporting .net core will be available ? Thanks |
Hi @ldubrois, thanks for using LiteDB. Next version will be take a long time, at least 2 or 3 months. I'm currently in another project so left me little time. |
Hey @ldubrois , I temporarily forked LiteDB for a .NET Core version. I merged in the latest changes from the official repo. You might be able to use it: https://github.com/0xFireball/LiteDB.DotNetCore |
Once official support is available we can switch back. I just made some very minor modifications to make it build. It works fine for now. You need to call:
for it to work. |
Hi @0xFireBall, i'm finishing next v3 version that will be netstandatd1.4 ( |
@0xFireBall, @mbdavid, great news !!! Thanks for the news. I'll try that next week. |
@0xFireBall: quick question: is LitePlatform.Initialize(new LitePlatformNetCore()); still necessary when using on .net core? |
Is there any plan for getting this library working with .NET Core?
The text was updated successfully, but these errors were encountered: