dialogflow / dialogflow-dotnet-client

.NET framework for Dialogflow
Apache License 2.0
69 stars 50 forks source link

.NET Core support #6

Open francnuec opened 8 years ago

francnuec commented 8 years ago

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 commented 8 years ago

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 commented 7 years ago

Also very interested in this.

AndySw commented 7 years ago

Same here

xVir commented 7 years ago

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!