NetworkingPrimitivesCore 0.1.20

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

NetworkingPrimitivesCore

Networking primitives like NetInt, IPv4/IPv6 address/network, MAC address

NetworkingPrimitivesCore release NetworkingPrimitivesCore download count

Benchmarks

NetInt

Method Ratio Allocated
U128_BinaryPrimitives 1.02 -
U128_NetInt 0.85 -
U16_BinaryPrimitives 1.00 -
U16_NetInt 1.00 -
U32_BinaryPrimitives 1.00 -
U32_NetInt 0.98 -
U64_BinaryPrimitives 1.00 -
U64_NetInt 0.99 -

MACAddress

Method Ratio Allocated
Format_PhysicalAddress 1.00 240 B
Format_MACAddress 0.85 -
Parse_PhysicalAddress 1.00 320 B
Parse_MACAddress 0.72 -

IPAnyAddress

Method Ratio Allocated
Format_IPAddress 1.00 -
Format_IPAnyAddress 0.65 -
Parse_IPAddress 1.00 1000 B
Parse_IPAnyAddress 0.45 -

IPv4Address

Method Ratio Allocated
Format_IPv4_IPAddress 1.00 -
Format_IPv4_IPv4Address 0.78 -
Parse_IPv4_IPAddress 1.00 280 B
Parse_IPv4_IPv4Address 0.44 -

IPv6Address

Method Ratio Allocated
Format_IPv6_IPAddress 1.00 -
Format_IPv6_IPv6Address 0.71 -
Parse_IPv6_IPAddress 1.00 720 B
Parse_IPv6_IPv6Address 0.46 -

IPAnyNetwork

Method Ratio Allocated
Contains_IPNetwork 1.00 -
Contains_IPAnyNetwork 0.87 -
Format_IPNetwork 1.00 -
Format_IPAnyNetwork 0.78 -
Parse_IPNetwork 1.00 480 B
Parse_IPAnyNetwork 0.63 -

IPv4Network

Method Ratio Allocated
Contains_IPNetwork 1.00 -
Contains_IPv4Network 0.37 -
Format_IPNetwork 1.00 -
Format_IPv4Network 0.60 -
Parse_IPNetwork 1.00 160 B
Parse_IPv4Network 0.70 -

IPv6Network

Method Ratio Allocated
Contains_IPNetwork 1.00 -
Contains_IPv6Network 0.23 -
Format_IPNetwork 1.00 -
Format_IPv6Network 0.87 -
Parse_IPNetwork 1.00 320 B
Parse_IPv6Network 0.65 -
Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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 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.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NetworkingPrimitivesCore:

Package Downloads
LibNlCore

NETLINK .NET wrappers

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.20 80 4/6/2026
0.1.19 83 4/2/2026
0.1.18 84 4/2/2026
0.1.17 93 3/27/2026
0.1.16 442 11/16/2025
0.1.15 258 11/14/2025
0.1.14 288 11/12/2025
0.1.13 292 11/12/2025
0.1.12 299 11/12/2025
0.1.11 280 11/10/2025
0.1.10 283 11/10/2025
0.1.9 259 11/10/2025
0.1.8 210 11/7/2025
0.1.7 209 11/6/2025
0.1.6 191 10/19/2025
0.1.5 199 10/19/2025
0.1.4 203 10/19/2025
0.1.3 200 10/16/2025
0.1.2 196 10/15/2025
0.1.1 195 10/13/2025
Loading failed