Imageflow.Net
by: imazen, lilith
- 56 total downloads
- Latest version: 0.14.0-rc01
Bindings for the Imageflow image processing library. Also remember to install Imageflow.NativeRuntime.[your platform] or use Imageflow.AllPlatforms instead.
Instances
by: Malte Rosenbjerg
- 8 total downloads
- Latest version: 3.0.2
A .NET Standard Process wrapper with an elegant API, for both asyncronous and syncronous use, providing both Events and support for Tasks with cancellation support
IPAddressRange
by: J.Sakamoto
- 18 total downloads
- Latest version: 6.2.0
This library allows you to parse range of IP address string such as "192.168.0.0/24" and "192.168.0.0/255.255.255.0" and "192.168.0.0-192.168.0.255", and can contains check. This library supports both IPv4 and IPv6.
IPNetwork2
by: Luc Dvchosal
- 112 total downloads
- Latest version: 4.1.1
IPNetwork C# library take care of complex network, ip, ipv4, ipv6, netmask, cidr, subnet, subnetting, supernet and supernetting calculation for .Net developpers. It works with IPv4 and IPv6 as well. It is written in C# for .NetStandard and coreclr and has a light and clean API and is fully unit tested.
Irony.NetCore
by: daxnet
- 2 total downloads
- Latest version: 1.0.11
Irony.NetCore is a .NET Core compatible version of the Irony framework initially developed and maintained by Roman Ivantsov. Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
Jaeger
by: Chatham Financial Corp. and The Jaeger Authors
- 17 total downloads
- Latest version: 1.0.2
Jaeger .NET Tracing
Jaeger.Communication.Thrift
by: Chatham Financial Corp. and The Jaeger Authors
- 11 total downloads
- Latest version: 1.0.3
Package Description
Jaeger.Core
by: Chatham Financial Corp. and The Jaeger Authors
- 9 total downloads
- Latest version: 1.0.3
Jaeger .NET Tracing
Jaeger.Senders.Thrift
by: Chatham Financial Corp. and The Jaeger Authors
- 7 total downloads
- Latest version: 1.0.3
Package Description
Jaeger.Thrift
by: Chatham Financial Corp. and The Jaeger Authors
- 10 total downloads
- Latest version: 0.3.7
Package Description
Jaeger.Thrift.VendoredThrift
by: Chatham Financial Corp. and The Jaeger Authors
- 5 total downloads
- Latest version: 0.3.3
A custom version of https://github.com/apache/thrift/src/netcore that does not depend on ASP.NET Core.
JetBrains.Annotations
by: JetBrains
- 32 total downloads
- Latest version: 2025.2.4
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.0" />
</ItemGroup>
</Project>
K4os.Compression.LZ4
by: Milosz Krajewski
- 19 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams
by: Milosz Krajewski
- 14 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash
by: Milosz Krajewski
- 1 total downloads
- Latest version: 1.0.0
xxHash hash implementation for .NET
Kavenegar
by: Kavenegar Team, Bagher Sohrabi, Ardavan
- 145 total downloads
- Latest version: 1.2.5
Kavenegar API in .NET
Kavenegar.Core
by: Mohammadreza Berneti (mberneti@live.com)
- 5 total downloads
- Latest version: 1.0.1-alpha3
A cross-platform library for the kavenegar sms provider; written in C#
Libuv
by: Libuv
- 1 total downloads
- Latest version: 1.9.0-rc2-20896
Multi-platform support library with a focus on asynchronous I/O.