Search code examples
kendo-uinugetazure-pipelines

Unable to find version '1.1.2' of package 'Kendo.DynamicLinq'


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'. Errors in packages.config projects 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'. 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'.)


Solution

  • 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[^]