LinqToAnything by Harry McIntyre

<PackageReference Include="LinqToAnything" Version="1.2.28" />

 LinqToAnything 1.2.28

Turn a non queryable data source into a (limited) IQueryable. https://github.com/mcintyre321/LinqtoAnything

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>LinqToAnything</id>
    <version>1.2.28</version>
    <title>LinqtoAnything</title>
    <authors>Harry McIntyre</authors>
    <owners>Harry McIntyre</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Turn a non queryable data source into a (limited) IQueryable. https://github.com/mcintyre321/LinqtoAnything</description>
    <dependencies>
      <dependency id="QueryInterceptor" version="0.2" />
    </dependencies>
  </metadata>
</package>