Grpc.Tools by: The gRPC Authors
  • 231 total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2
gRPC and Protocol Buffer compiler for C# projects
HarfBuzzSharp.NativeAssets.Linux by: Microsoft
  • 11 total downloads
  • Latest version: 8.3.1-preview.1.2
  • graphics text cross-platform harfbuzzsharp harfbuzz ios android linux windows tvos macos tizen
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 154 total downloads
  • Latest version: 1.12.4
  • HTML parse crawler spider linq
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams). --------------------------------------- This library is sponsored by ZZZ Projects: https://entityframework-extensions.net/ https://eval-expression.net/ https://dapper-plus.net/ --------------------------------------- HAP is trusted by companies worldwide with over 150 million downloads.
Humanizer by: Claire Novotny, Mehdi Khalili
  • 54 total downloads
  • Latest version: 3.0.1
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
IKVM.Image by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 2 total downloads
  • Latest version: 8.6.3-tags-8-6-3-pre-24.1
IKVM Runtime Image
IKVM.MSBuild.Tools.runtime.linux-arm by: Jeroen Frijters, Jerome Haltom
  • 55 total downloads
  • Latest version: 8.15.0-dev.46
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-arm64 by: Jeroen Frijters, Jerome Haltom
  • 20 total downloads
  • Latest version: 8.15.0-dev.46
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-x64 by: Jeroen Frijters, Jerome Haltom
  • 60 total downloads
  • Latest version: 8.15.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.osx-arm64 by: Jeroen Frijters, Jerome Haltom
  • 38 total downloads
  • Latest version: 8.15.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.osx-x64 by: Jeroen Frijters, Jerome Haltom
  • 50 total downloads
  • Latest version: 8.15.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-arm64 by: Jeroen Frijters, Jerome Haltom
  • 36 total downloads
  • Latest version: 8.15.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-x64 by: Jeroen Frijters, Jerome Haltom
  • 38 total downloads
  • Latest version: 8.15.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win7-x64 by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 22 total downloads
  • Latest version: 8.6.4
IKVM MSBuild Tools
Instances by: Malte Rosenbjerg
  • 29 total downloads
  • Latest version: 3.0.2
  • instances instance process async task events run exec
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
Intel.ML.OnnxRuntime.OpenVino by: Microsoft
  • 6 total downloads
  • Latest version: 1.24.1
  • native ONNX Runtime ONNXRuntime Machine Learning MachineLearning
This package contains native shared library artifacts for ONNX Runtime with OpenVINO.
JetBrains.Annotations by: JetBrains
  • 150 total downloads
  • Latest version: 2023.3.0
  • jetbrains resharper rider annotations canbenull notnull
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. All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
JetBrains.Lifetimes by: JetBrains
  • 75 total downloads
  • Latest version: 2025.2.3
  • rd lifetime reactive viewable
JetBrains Core library for graceful disposal, concurrency and reactive programming
JetBrains.RdFramework by: JetBrains
  • 57 total downloads
  • Latest version: 2025.2.3
  • rd reactive distributed protocol
JetBrains Networking library for reactive distributed communication
JetBrains.Rider.PathLocator by: JetBrains
  • 11 total downloads
  • Latest version: 1.0.11
The code, which locates Rider installations in the system.
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 3 total downloads
  • Latest version: 1.0.1
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.1" /> </ItemGroup> </Project>