AutoMapper.AspNetCore.OData.EF6 1.0.1-preview02

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of AutoMapper.AspNetCore.OData.EF6.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoMapper.AspNetCore.OData.EF6 --version 1.0.1-preview02
NuGet\Install-Package AutoMapper.AspNetCore.OData.EF6 -Version 1.0.1-preview02
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AutoMapper.AspNetCore.OData.EF6" Version="1.0.1-preview02" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoMapper.AspNetCore.OData.EF6 --version 1.0.1-preview02
#r "nuget: AutoMapper.AspNetCore.OData.EF6, 1.0.1-preview02"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AutoMapper.AspNetCore.OData.EF6 as a Cake Addin
#addin nuget:?package=AutoMapper.AspNetCore.OData.EF6&version=1.0.1-preview02&prerelease

// Install AutoMapper.AspNetCore.OData.EF6 as a Cake Tool
#tool nuget:?package=AutoMapper.AspNetCore.OData.EF6&version=1.0.1-preview02&prerelease

Creates LINQ expressions from ODataQueryOptions and executes the query.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.1 94 6/13/2024
5.0.0 828 2/19/2024
4.0.2 2,553 12/28/2023
4.0.1 4,241 8/19/2023
4.0.0 5,462 10/1/2022
3.0.6 864 10/1/2022
3.0.5 10,430 6/17/2022
3.0.4 16,069 4/15/2022
3.0.3 414 4/5/2022
3.0.2 459 2/26/2022
3.0.1 554 2/12/2022
3.0.0 447 1/31/2022
2.2.2 465 10/21/2021
2.2.1 365 8/9/2021
2.2.0-preview.1 205 4/10/2021
2.1.1 792 2/28/2021
2.1.1-preview.0 200 2/22/2021
2.1.0 916 11/27/2020
2.0.3-preview.2 235 11/12/2020
2.0.3-preview.1 246 11/9/2020
2.0.3-preview.0 192 11/2/2020
2.0.2 450 10/26/2020
2.0.2-preview.1 225 10/22/2020
2.0.2-preview.0 264 9/16/2020
2.0.1 475 9/8/2020
2.0.1-preview.1.2 235 9/8/2020
2.0.1-preview.1 230 9/4/2020
2.0.1-preview.0 218 8/26/2020
2.0.0 489 7/8/2020
1.0.5 1,014 5/25/2020
1.0.4-preview03 367 5/17/2020
1.0.3 529 5/3/2020
1.0.2-preview04 377 4/29/2020
1.0.1 605 2/9/2020
1.0.1-preview02 439 2/5/2020
1.0.1-preview01 362 2/4/2020
1.0.0 600 9/11/2019
1.0.0-preview07 386 9/9/2019

1) Bug fix for OrderBy/ThenBy. 2) Included Count and SelectExpand handling without EnableQuery attribute.