Click here to Skip to main content
15,867,915 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
0
We are using mentioned package in our project and suddenly getting the below error in Azure build pipeline.


The NuGet command failed with exit code(1) and error(Unable to find version '1.1.2' of package 'Kendo.DynamicLinq'. https://api.nuget.org/v3/index.json: Package 'Kendo.DynamicLinq.1.1.2' is not found on source 'https://api.nuget.org/v3/index.json'.


What I have tried:

Try to modify yml file with changes but did not work.
Posted
Updated 12-Aug-22 22:46pm
Comments
Richard MacCutchan 8-Aug-22 12:32pm    
Look at the message, it tells you exactly what the problem is.
lalitjoshilalit 8-Aug-22 12:45pm    
I did not understand how can package disappear from API.nuget.
Richard MacCutchan 8-Aug-22 12:49pm    
No idea, you need to go there and have a look.

There is no such package on NuGet:
NuGet Gallery | Packages matching Kendo.DynamicLinq[^]

The only results are: wilx.Kendo.DynamicLinq.Core, Codout.Kendo.DynamicLinq, and KendoNET.DynamicLinq.

There is a GitHub repository for the package:
GitHub - kendo-labs/dlinq-helpers: Add server paging, filtering and sorting via Dynamic Linq[^]

The instructions still refer to that NuGet package, so it's probably best to ask the authors directly:
Issues · kendo-labs/dlinq-helpers · GitHub[^]

NB: wilx.Kendo.DynamicLinq.Core[^] appears to be based on a fork of the latest version of the kendo-labs project, so it might be a suitable replacement.
 
Share this answer
 
v2
Thanks @Richard Deeming. I had found below package to fix this issue.
There is a GitHub repository for the package:
GitHub - kendo-labs/dlinq-helpers: Add server paging, filtering and sorting via Dynamic Linq[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900