Utility.Package 8.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Utility.Package --version 8.4.2
                    
NuGet\Install-Package Utility.Package -Version 8.4.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="Utility.Package" Version="8.4.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Utility.Package" Version="8.4.2" />
                    
Directory.Packages.props
<PackageReference Include="Utility.Package" />
                    
Project file
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 Utility.Package --version 8.4.2
                    
#r "nuget: Utility.Package, 8.4.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.
#:package Utility.Package@8.4.2
                    
#: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=Utility.Package&version=8.4.2
                    
Install as a Cake Addin
#tool nuget:?package=Utility.Package&version=8.4.2
                    
Install as a Cake Tool

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.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed

Edit Http Status when validate invalid Role.