ReflectionIT.Mvc.Paging 2.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package ReflectionIT.Mvc.Paging --version 2.0.2
NuGet\Install-Package ReflectionIT.Mvc.Paging -Version 2.0.2
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="ReflectionIT.Mvc.Paging" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReflectionIT.Mvc.Paging --version 2.0.2
#r "nuget: ReflectionIT.Mvc.Paging, 2.0.2"
#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 ReflectionIT.Mvc.Paging as a Cake Addin
#addin nuget:?package=ReflectionIT.Mvc.Paging&version=2.0.2

// Install ReflectionIT.Mvc.Paging as a Cake Tool
#tool nuget:?package=ReflectionIT.Mvc.Paging&version=2.0.2

ASP.NET Core 2.0 (MVC 6) Library to support Paging (including sorting and filtering) for Entity Framework Core 2.0

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 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
8.0.0 3,289 12/6/2023
7.0.0 9,700 11/9/2022
6.0.1 33,488 11/24/2021
6.0.0 8,443 11/24/2021
5.1.1 23,279 11/30/2020
5.1.0 828 11/30/2020
5.0.2 755 11/27/2020
5.0.1 867 11/20/2020
5.0.0 1,260 11/20/2020
4.0.0 71,959 11/11/2019
3.5.0 32,296 7/5/2019
3.4.0 19,231 3/13/2019
3.3.1 1,778 3/13/2019
3.3.0 26,776 10/19/2018
3.2.0 1,358 10/19/2018
3.1.0 2,984 10/15/2018
3.0.1 1,845 10/1/2018
3.0.0 23,572 6/6/2018
2.4.0 17,509 11/28/2017
2.3.0 5,171 11/10/2017
2.2.0 2,571 10/27/2017
2.1.0 2,594 10/18/2017
2.0.2 1,514 10/2/2017
2.0.1 2,278 9/18/2017
2.0.0 3,343 8/21/2017
1.7.0 1,916 8/21/2017
1.6.0 4,828 3/27/2017
1.5.0 1,279 3/24/2017
1.4.1 1,374 3/23/2017
1.4.0 1,597 3/23/2017
1.3.0 1,406 3/23/2017
1.2.0 1,450 3/13/2017
1.1.0 1,718 12/9/2016
1.0.0 1,514 9/29/2016

PagingList<T>.Create() method replaced by PagingList.Create<T>()
Replaced Dependency Microsoft.AspNetCore.All by separete NuGet packages
Replaced Dependency Microsoft.EntityFrameworkCore.SqlServer with Microsoft.EntityFrameworkCore.Relational