Skip to content
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

Closed
prashantkhandelwal opened this issue Aug 22, 2016 · 10 comments
Closed

.NET Core support #280

prashantkhandelwal opened this issue Aug 22, 2016 · 10 comments
Labels

Comments

@prashantkhandelwal
Copy link

prashantkhandelwal commented Aug 22, 2016

Is there any plan for getting this library working with .NET Core?

@goluda
Copy link

goluda commented Aug 22, 2016

Hi I also ask for it

@mbdavid
Copy link
Collaborator

mbdavid commented Aug 22, 2016

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)

@prashantkhandelwal
Copy link
Author

Hi @mbdavid, thanks for the update. Will look forward for the next major release. :)

@ldubrois
Copy link

Hi @mbdavid, I'm also really interested in the .net core support.
We want our product to support .net core but we are using your awesome DB for one our components.

Do you have an idea of when the next major version supporting .net core will be available ?

Thanks

@mbdavid
Copy link
Collaborator

mbdavid commented Sep 16, 2016

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.

@ghost
Copy link

ghost commented Nov 19, 2016

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

@ghost
Copy link

ghost commented Nov 19, 2016

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:

//Initialize database
LitePlatform.Initialize(new LitePlatformNetCore());

for it to work.

@mbdavid
Copy link
Collaborator

mbdavid commented Nov 19, 2016

Hi @0xFireBall, i'm finishing next v3 version that will be netstandatd1.4 (dev branch). Now, I need write some examples in Xaramin iOS/Android, NetCore e UWP examples.

@ldubrois
Copy link

@0xFireBall, @mbdavid, great news !!!

Thanks for the news. I'll try that next week.

@henon
Copy link

henon commented Jan 20, 2019

@0xFireBall: quick question: is LitePlatform.Initialize(new LitePlatformNetCore()); still necessary when using on .net core?
I tested without that line successful but am not sure if this is right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants