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 #6

Open
francnuec opened this issue Sep 23, 2016 · 4 comments
Open

.NET Core support #6

francnuec opened this issue Sep 23, 2016 · 4 comments

Comments

@francnuec
Copy link

I think it should be easy to support .net core since from nuget, the only dependency for this library seems to be Json.Net, which also available in .net core.

Can you please make that happen?

@xVir
Copy link
Contributor

xVir commented Sep 25, 2016

Hi, @francnuec
I think yes, but first I have to check our library works on .NET Core... So I will try to check it in the nearest time.

Thanks.

@sprkem
Copy link

sprkem commented Dec 1, 2016

Also very interested in this.

@AndySw
Copy link

AndySw commented Jan 7, 2017

Same here

@xVir
Copy link
Contributor

xVir commented Jan 18, 2017

Hi Guys

I've added experimental support for the .NET Core, but into the dev branch https://github.com/api-ai/api-ai-net/tree/dev. Please take a look at the ApiAiSDK.NETCore folder.

You could build it with Visual Studio 2015 or with command line tool:

cd ApiAiSDK.NETCore
dotnet restore
dotnet build

But sorry, it could be rather unstable now. Any suggestions are welcome.

Thanks!

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

No branches or pull requests

4 participants