AutoMapper.AspNet.OData.EF6
1.0.1-preview02
Prefix Reserved
This is a prerelease version of AutoMapper.AspNet.OData.EF6.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AutoMapper.AspNet.OData.EF6 --version 1.0.1-preview02
NuGet\Install-Package AutoMapper.AspNet.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.AspNet.OData.EF6" Version="1.0.1-preview02" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoMapper.AspNet.OData.EF6" Version="1.0.1-preview02" />
<PackageReference Include="AutoMapper.AspNet.OData.EF6" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AutoMapper.AspNet.OData.EF6 --version 1.0.1-preview02
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AutoMapper.AspNet.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.
#:package AutoMapper.AspNet.OData.EF6@1.0.1-preview02
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AutoMapper.AspNet.OData.EF6&version=1.0.1-preview02&prerelease
#tool nuget:?package=AutoMapper.AspNet.OData.EF6&version=1.0.1-preview02&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Creates LINQ expressions from ODataQueryOptions and executes the query.
Product | Versions 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.
-
.NETFramework 4.6.1
- AutoMapper.Extensions.ExpressionMapping (>= 3.0.6)
- EntityFramework (>= 6.2.0)
- Microsoft.AspNet.OData (>= 7.2.1)
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 |
---|---|---|
2.2.2 | 8,615 | 10/21/2021 |
2.2.1 | 517 | 8/9/2021 |
2.2.0-preview.1 | 274 | 4/10/2021 |
2.1.1 | 1,431 | 2/28/2021 |
2.1.1-preview.0 | 301 | 2/22/2021 |
2.1.0 | 637 | 11/27/2020 |
2.0.3-preview.2 | 332 | 11/12/2020 |
2.0.3-preview.1 | 347 | 11/9/2020 |
2.0.3-preview.0 | 380 | 11/2/2020 |
2.0.2 | 608 | 10/26/2020 |
2.0.2-preview.1 | 331 | 10/22/2020 |
2.0.2-preview.0 | 378 | 9/16/2020 |
2.0.1 | 626 | 9/8/2020 |
2.0.1-preview.1.2 | 333 | 9/8/2020 |
2.0.1-preview.1 | 322 | 9/4/2020 |
2.0.1-preview.0 | 328 | 8/26/2020 |
2.0.0 | 898 | 7/8/2020 |
1.0.5 | 726 | 5/25/2020 |
1.0.4-preview03 | 509 | 5/17/2020 |
1.0.3 | 675 | 5/3/2020 |
1.0.2-preview04 | 517 | 4/29/2020 |
1.0.1 | 859 | 2/9/2020 |
1.0.1-preview02 | 584 | 2/5/2020 |
1.0.1-preview01 | 484 | 2/4/2020 |
1.0.0 | 860 | 9/11/2019 |
1.0.0-preview07 | 528 | 9/9/2019 |
1) Bug fix for OrderBy/ThenBy. 2) Included Count and SelectExpand handling without EnableQuery attribute.