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'. Package 'Kendo.DynamicLinq.1.1.2' is not found on source.
Jon JoePosted Aug 13, 2022, 8:47 AM
I had found the 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[^]
Satya KarkiPosted Aug 10, 2022, 5:07 AM
Uday DodiyaPosted Aug 10, 2022, 4:29 AM
That is because this package has been deleted from the nuget gallery. I think you need to find an alternative to this or check for an older version.
So, we could no longer available for install/restore:
https://www.nuget.org/packages/Kendo.DynamicLinq/1.1.2