What happened to NuGet package Kendo.for.AspNet.Core?

1 Answer 707 Views
Grid
Ryan
Top achievements
Rank 1
Ryan asked on 04 Aug 2022, 05:47 PM

Our project has been using Kendo.for.AspNet.Core package since 2019, but it can't be found as of today.  And now our builds are all failing.

Here's a line from our dotnet restore that ran yesterday: "OK https://api.nuget.org/v3-flatcontainer/kendo.for.aspnet.core/index.json 142ms"

And here's the one that ran today: "NotFound https://api.nuget.org/v3-flatcontainer/kendo.for.aspnet.core/index.json 169ms".

Here's another error message we weren't getting yesterday: "error NU1101: Unable to find package Kendo.for.AspNet.Core. No packages exist with this id in source(s): NuGetOrg"

I would like to know what I could use to replace this package.  We were using the DataSourceRequest class it provided with our Kendo UI grids.


1 Answer, 1 is accepted

Sort by
0
Stacey
Telerik team
answered on 09 Aug 2022, 03:58 PM

Hello Ryan, 

 

Thank you for reaching out to us, I will pass this question to our product specialist to advise you further.

 

 

Regards, Stacey Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Barry
Top achievements
Rank 1
commented on 16 Aug 2022, 08:26 PM

Our team is having the same problem.  We are trying to set up a new dev workstation, and the package is no longer available from the private Telerik nuget source.  Existing workstations seem ok, as I assume they have a local cache of the package. 
Alexander
Telerik team
commented on 19 Aug 2022, 12:26 PM

Hi Barry,

The Telerik packages are distributed via a private NuGet feed - https://nuget.telerik.com/v3/index.json - and looking at your profile I see you should have access to the latest version and its packages. And looking at your profile I see you should have access to the latest version and its packages.

That said, searching for the exact name  - Kendo.for.AspNet.Core I see there was a package on NuGet, distributed by a third-party that is now indeed not available. If you are after the open source KendoUICore then it is available on NuGet here.

That being said personally, I would encourage you to upgrade to Telerik.UI.for.AspNet.Core NuGet you can review the following resource that you might find helpful in regards to this matter:

Installing with NuGet

Barry
Top achievements
Rank 1
commented on 19 Aug 2022, 01:07 PM

Thank you Alexander.  As it turns out, we weren't using that package even though it was referenced in our project, so we simply removed the reference (it must have been an old artifact that we never cleaned up).  

Tags
Grid
Asked by
Ryan
Top achievements
Rank 1
Answers by
Stacey
Telerik team
Share this question
or