HarfBuzzSharp.NativeAssets.Linux by: Microsoft
  • 22 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.
Grpc.Net.Client by: The gRPC Authors
  • 264 total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2
.NET client for gRPC
GeoAPI by: NetTopologySuite Team
  • 2 total downloads
  • Latest version: 1.7.5
  • OGC SFS NTS GIS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
MessagePack by: neuecc
  • 56 total downloads
  • Latest version: 1.6.1.2
  • MsgPack, MessagePack, Serialization, Formatter, Serializer, Unity, Xamarin
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
Grpc.Core by: The gRPC Authors
  • 184 total downloads
  • Latest version: 2.46.6
  • gRPC RPC HTTP/2
C# implementation of gRPC based on native gRPC C-core library. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.
Libuv by: Libuv
  • 12 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent by: martinc
  • 4 total downloads
  • Latest version: 1.6.0
  • ManagedEsent NoSql ISAM
ManagedEsent provides managed access to ESENT, the embeddable database engine native to Windows. ManagedEsent uses the esent.dll that is part of Microsoft Windows so there are no extra unmanaged binaries to download and install.
Grpc by: The gRPC Authors
  • 330 total downloads
  • Latest version: 2.46.6
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.Net.Common by: The gRPC Authors
  • 263 total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Grpc.Core.Api by: The gRPC Authors
  • 419 total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2
gRPC C# Surface API
librdkafka.redist by: Magnus Edenhill, edenhill
  • 372 total downloads
  • Latest version: 2.14.2-RC3
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
Grpc.Tools by: The gRPC Authors
  • 523 total downloads
  • Latest version: 2.81.0-pre1
  • gRPC RPC HTTP/2
gRPC and Protocol Buffer compiler for C# projects
JetBrains.Annotations by: JetBrains
  • 12 total downloads
  • Latest version: 2025.1.0-eap1
  • 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.
Google.Protobuf by: Google Inc.
  • 719 total downloads
  • Latest version: 3.35.0
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
Flee by: Flee Contributors
  • 51 total downloads
  • Latest version: 2.0.0
  • flee,expression evaluator,Expression Evaluator for c#
Flee is Fast Lightweight Expression Evaluator.
EPPlus by: Jan Källman
  • 6 total downloads
  • Latest version: 4.1.0
  • Excel OOXML
A library to manage Excel spreadsheets, using OOXML.
DevExpress.Xpo by: Developer Express Inc.
  • 214 total downloads
  • Latest version: 26.1.2-beta
Target Platform/Framework: Desktop, Web, Mobile DevExpress Product Libraries Used: XPO (.NET ORM Library) (https://www.devexpress.com/xpo) Available in the following DevExpress Subscription(s): Universal, DXperience, WinForms, ASP.NET & Blazor (includes DevExtreme), WPF, DevExtreme Complete, Reporting
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 6 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>
Humanizer by: Claire Novotny, Mehdi Khalili
  • 63 total downloads
  • Latest version: 3.0.10
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
JsonSubTypes by: Emmanuel Counasse
  • 6 total downloads
  • Latest version: 1.5.0
  • json converter subtype inheritance deserializeobject polymorphism
Discriminated Json Subtypes Converter implementation for .NET