KevM / tikaondotnet

Use the Java Tika text extraction library on the .NET platform
http://kevm.github.io/tikaondotnet/
Apache License 2.0
195 stars 73 forks source link

DotNet core porting #75

Closed frankabbruzzese closed 7 years ago

frankabbruzzese commented 7 years ago

Is the last december 2016 TikaOnDotNet release compatible with dotnet core? If not are there plans to port TikaOnDotNet to the dotnet core platform?

KevM commented 7 years ago

Not sure. It has a good chance of being compatible with .Net standard 2.0 but I have not done the research yet. It really depends on IKVM.

Sicos1977 commented 7 years ago

I don't think it will be compatible because IKVM converts java code to .NET code and the latest IKVM version is older then the first .NET core release..... but you can always try it out :-)

KevM commented 7 years ago

Yes. I am a bit worried about IKVM there is a large bus factor there.

frankabbruzzese commented 7 years ago

No I think IKVM is not compatible with .Net core. There is already a porting request, but none is answering. I added my +1 :)

Sicos1977 commented 7 years ago

If you want to see a nice video about the programmer of IKVM then go here --> https://channel9.msdn.com/Blogs/Charles/E2E-Erik-Meijer-and-Jeroens-Frijters-IKVMNET-Java-VM-implemented-in-NET

KevM commented 7 years ago

With IKVM losing the support of the original developer.

http://weblog.ikvm.net/default.aspx?month=2017-04#a33ea525f-a291-418a-bd6a-abdf22d0662b

This may not materialize any time soon. Closing this issue for the short term.

TechnikEmpire commented 7 years ago

Aw snap. #RIPinpeace some of my own projects. Thanks for sharing that link @KevM