FewBox.Core.Utility 2.0.0-alpha9

This is a prerelease version of FewBox.Core.Utility.
dotnet add package FewBox.Core.Utility --version 2.0.0-alpha9
                    
NuGet\Install-Package FewBox.Core.Utility -Version 2.0.0-alpha9
                    
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="FewBox.Core.Utility" Version="2.0.0-alpha9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FewBox.Core.Utility" Version="2.0.0-alpha9" />
                    
Directory.Packages.props
<PackageReference Include="FewBox.Core.Utility" />
                    
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 FewBox.Core.Utility --version 2.0.0-alpha9
                    
#r "nuget: FewBox.Core.Utility, 2.0.0-alpha9"
                    
#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 FewBox.Core.Utility@2.0.0-alpha9
                    
#: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=FewBox.Core.Utility&version=2.0.0-alpha9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=FewBox.Core.Utility&version=2.0.0-alpha9&prerelease
                    
Install as a Cake Tool

Utility class lib.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (3)

Showing the top 3 NuGet packages that depend on FewBox.Core.Utility:

Package Downloads
FewBox.Core.Web

Web class lib.

FewBox.Core.Persistence

Persistence class lib.

FewBox.SDK

SDK class lib.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0-alpha9 88 6/21/2026
2.0.0-alpha8 140 2/6/2026
2.0.0-alpha7 277 11/9/2024
2.0.0-alpha6 193 11/9/2024
2.0.0-alpha5 183 11/8/2024
2.0.0-alpha4 236 11/5/2024
2.0.0-alpha3 347 12/6/2023
2.0.0-alpha2 538 12/6/2023
2.0.0-alpha1 225 12/6/2023
1.0.41 880 5/5/2023
1.0.40 745 4/10/2023
1.0.39 448 3/14/2023
1.0.38 2,406 10/19/2022
1.0.37 1,440 10/7/2022
1.0.36 583 10/6/2022
1.0.35 681 7/10/2022
1.0.34 694 7/7/2022
1.0.33 2,838 5/6/2022
1.0.32 11,127 12/11/2020
1.0.31 23,194 4/18/2020
Loading failed

Reuse a shared pooled HTTP handler in NetworkUtility/HttpUtility to avoid socket exhaustion under concurrent requests.