Azure-Samples / Cognitive-Services-LUIS-Programmatic-Console

A simple console that showcases how the SDK can be used to create and customize new LUIS apps.
MIT License
0 stars 3 forks source link

NuGet package 'Microsoft.Azure.CognitiveServices.Language.LUIS.Programmatic (2.0.0)' no longer exists on NuGet repo #1

Open alaatadmori opened 6 years ago

alaatadmori commented 6 years ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Clone and build the solution

Any log messages given by the failure

Error ----- NU1101 Unable to find package Microsoft.Azure.CognitiveServices.Language.LUIS.Programmatic. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, nuget.org Microsoft.Azure.CognitiveServices.LUIS.Programmatic.Sample C:\AppDev\Microsoft\ResDev\Cognitive-Services-LUIS-Programmatic-Console\LUIS-Programmatic.Sample\Microsoft.Azure.CognitiveServices.LUIS.Programmatic.Sample.csproj 1

Expected/desired behavior

The solution builds and runs.

OS and Version?

Windows 10, VS 2017

Versions

Windows Version 1709, VS version 15.6.4

Mention any other details that might be useful

It seem the package that the sample uses no longer exists on nuget (package Microsoft.Azure.CognitiveServices.Language.LUIS.Programmatic (2.0.0)). I installed the ones that I thought could be valid alternatives but none worked. Thanks! We'll be in touch soon.

vovanb commented 6 years ago

same issue

andreluizsecco commented 6 years ago

Hi guys! Since I did not find any SDK from Microsoft itself, a few months ago I developed a .NET SDK that allows you to use the LUIS Programmatic APIs. It is an open source project and is available on my GitHub with installation and usage details. Currently it is in version 1.1. I hope it helps: https://github.com/andreluizsecco/Cognitive-LUIS-Programmatic

manoj1201 commented 6 years ago

@andreluizsecco Thanks for your effort i.e. SDK build by you really awesome. I gone through all function which is self explanatory and well documented.

When I am trying to install as Nuget Package- I am getting below error. Please help here I am using V3 with C# to build a solution.

"Could not install package 'Cognitive.LUIS.Programmatic 1.0.3'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."