Utility.Package
8.5.2
See the version list below for details.
dotnet add package Utility.Package --version 8.5.2
NuGet\Install-Package Utility.Package -Version 8.5.2
<PackageReference Include="Utility.Package" Version="8.5.2" />
<PackageVersion Include="Utility.Package" Version="8.5.2" />
<PackageReference Include="Utility.Package" />
paket add Utility.Package --version 8.5.2
#r "nuget: Utility.Package, 8.5.2"
#:package Utility.Package@8.5.2
#addin nuget:?package=Utility.Package&version=8.5.2
#tool nuget:?package=Utility.Package&version=8.5.2
Use for common fuction and easy to use, Such as Query Data From DbContext,
Dynamic Order By and Pagination,MappingService, Implement middleware to use jwt authentication,
Decryption in middleware. RestApiService easy to use for call api , function sendemail , function encrypt salt and verify result bool.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. 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 is compatible. 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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- BouncyCastle.NetCore (>= 1.9.0)
- FluentValidation (>= 11.8.0)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.EntityFrameworkCore (>= 6.0.24)
- Microsoft.IdentityModel.Tokens (>= 6.36.0)
- RestSharp (>= 112.0.0)
- System.IdentityModel.Tokens.Jwt (>= 6.36.0)
-
net7.0
- BouncyCastle.NetCore (>= 1.9.0)
- FluentValidation (>= 11.8.0)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.EntityFrameworkCore (>= 7.0.20)
- Microsoft.IdentityModel.Tokens (>= 7.4.0)
- RestSharp (>= 112.0.0)
- System.IdentityModel.Tokens.Jwt (>= 7.4.0)
-
net8.0
- BouncyCastle.NetCore (>= 1.9.0)
- FluentValidation (>= 11.8.0)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.EntityFrameworkCore (>= 8.0.8)
- Microsoft.IdentityModel.Tokens (>= 8.1.0)
- RestSharp (>= 112.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Utility.Package:
| Package | Downloads |
|---|---|
|
Sprint.Shared.Authentication
JWT Bearer authentication library for ASP.NET Core (.NET 10+) in the Sprint ecosystem. Provides JWT validation with optional distributed cache for session lookup, role-based access control via claims, and a scoped CurrentUser context object. Requires Utility.Package for claim management and encryption services. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.1.0 | 104 | 6/18/2026 |
| 10.0.2 | 394 | 3/31/2026 |
| 10.0.1 | 113 | 3/31/2026 |
| 8.6.1 | 190 | 3/10/2026 |
| 8.6.0 | 1,183 | 3/29/2025 |
| 8.5.7 | 8,673 | 2/26/2025 |
| 8.5.6 | 395 | 1/15/2025 |
| 8.5.5 | 238 | 1/13/2025 |
| 8.5.4 | 292 | 12/26/2024 |
| 8.5.3 | 250 | 12/23/2024 |
| 8.5.2 | 267 | 12/18/2024 |
| 8.5.1 | 1,307 | 9/30/2024 |
| 8.5.0 | 254 | 9/30/2024 |
| 8.4.5 | 208 | 9/30/2024 |
| 8.4.4 | 199 | 9/27/2024 |
| 8.4.3 | 200 | 9/27/2024 |
| 8.4.2 | 214 | 9/26/2024 |
| 1.13.9 | 1,661 | 2/5/2025 |
| 1.13.8 | 420 | 11/12/2024 |
| 1.13.7 | 270 | 11/12/2024 |
Update RepositoryExtension for Generic DbSet.