-
Notifications
You must be signed in to change notification settings - Fork 744
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 #298
Comments
Not yet, I'm inclined to wait till .Net Core's tooling and .Net standard has stabilised. |
Just a shout out for .Net Standard - we've made the shift to that. |
I have successfully ported the code to compile under DotNet Core. There are a few minor changes that need to be done but it all seems to work OK. |
How did you do it @Brumawen ?? |
Any updates guys? Net Standard 2.0 has been released months ago. @Brumawen can you share the steps/process on how you ported the code to .net core? |
The question is... will it be ever done? |
any updates on that? @Brumawen can you share this changes with us? |
Yes, was working on this over the weekend actually. The main projects been
ported just need to get the tests up and running.
Shouldn't be much longer now...
…On Tue., 20 Mar. 2018, 05:05 Antonio Correia, ***@***.***> wrote:
any updates on that? @Brumawen <https://github.com/brumawen> can you
share this changes with us?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#298 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPzyNqe6pq4DKuaSgHEECMjhca9UNZ6ks5tf_OGgaJpZM4Kvf3c>
.
|
awesome, thanks! For those who are in a hurry I successfully adapted it to run with a .NET Core project, you can see a sample here ps: it is just a rough adapt |
Done, complete rewrite of existing project structure to support multi-targeting and testing the major supported targets and generating nuget packages via visual studio's pack feature (or just use I'll be releasing a new version once I've tested the generated package on the sample project some more. Might not be for a few days though. |
@charlesw are this changes made in any nuget package? |
I want to ask. Any update? |
This should have been working for a while now (all packages target .net
standard)
…On Fri, 25 Mar 2022, 00:23 msavara, ***@***.***> wrote:
I want to ask. Any update?
—
Reply to this email directly, view it on GitHub
<#298 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB7HSFKJGXLYEZXEEVU373VBRUERANCNFSM4CV57XOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi,
are there roadmap for making tesseract support .Net Core?
The text was updated successfully, but these errors were encountered: