PagedListResult.Common
3.2.0
dotnet add package PagedListResult.Common --version 3.2.0
NuGet\Install-Package PagedListResult.Common -Version 3.2.0
<PackageReference Include="PagedListResult.Common" Version="3.2.0" />
<PackageVersion Include="PagedListResult.Common" Version="3.2.0" />
<PackageReference Include="PagedListResult.Common" />
paket add PagedListResult.Common --version 3.2.0
#r "nuget: PagedListResult.Common, 3.2.0"
#:package PagedListResult.Common@3.2.0
#addin nuget:?package=PagedListResult.Common&version=3.2.0
#tool nuget:?package=PagedListResult.Common&version=3.2.0
PagedListResult.Common — DEPRECATED
This package was renamed to RzR.ResultMessage.Pagination.Core in
version 4.0.0.7837. The 3.2.0 release you are looking at is a shim that
contains no code; it only declares a dependency on the new package so
existing restores keep working.
Migration
Replace the
PackageReference:<PackageReference Include="PagedListResult.Common" Version="3.1.3.4848" /> <PackageReference Include="RzR.ResultMessage.Pagination.Core" Version="4.0.0.7837" />Update
usingdirectives in your C# files:// Old using PagedListResult.Common; using PagedListResult.Common.Helpers; // New using RzR.ResultMessage.Pagination.Core; using RzR.ResultMessage.Pagination.Core.Helpers;
The public API surface is unchanged — only the package ID, assembly name and namespaces have moved.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- RzR.ResultMessage.Pagination.Core (>= 4.0.0.7837)
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 | |
|---|---|---|---|
| 3.2.0 | 50 | 4/30/2026 | |
| 3.1.3.4848 | 169 | 3/30/2026 | |
| 3.1.2.7586 | 153 | 3/19/2026 | |
| 3.1.1.481 | 150 | 2/24/2026 | |
| 3.1.0.6767 | 157 | 2/16/2026 | |
| 3.0.0 | 344 | 2/25/2025 | |
| 2.0.0 | 271 | 1/10/2025 | |
| 1.0.3.6458 | 302 | 10/10/2024 | |
| 1.0.2.7174 | 323 | 2/26/2024 | |
| 1.0.1.1104 | 379 | 12/27/2023 | |
| 1.0.0 | 368 | 11/24/2023 |
3.2.0 — Deprecation shim. Forwards to RzR.ResultMessage.Pagination.Core 4.0.0.7837.