HarfBuzzSharp.NativeAssets.Linux
by: Microsoft
- 22 total downloads
- Latest version: 8.3.1-preview.1.2
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
.NET client for gRPC
GeoAPI
by: NetTopologySuite Team
- 2 total downloads
- Latest version: 1.7.5
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
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
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
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent
by: martinc
- 4 total downloads
- Latest version: 1.6.0
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.Net.Common
by: The gRPC Authors
- 263 total downloads
- Latest version: 2.80.0
Infrastructure for common functionality in gRPC
librdkafka.redist
by: Magnus Edenhill, edenhill
- 372 total downloads
- Latest version: 2.14.2-RC3
The Apache Kafka C/C++ client library - redistributable
Grpc.Tools
by: The gRPC Authors
- 523 total downloads
- Latest version: 2.81.0-pre1
gRPC and Protocol Buffer compiler for C# projects
JetBrains.Annotations
by: JetBrains
- 12 total downloads
- Latest version: 2025.1.0-eap1
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.
- 720 total downloads
- Latest version: 3.35.0
C# runtime library for Protocol Buffers - Google's data interchange format.
Flee
by: Flee Contributors
- 51 total downloads
- Latest version: 2.0.0
Flee is Fast Lightweight Expression Evaluator.
EPPlus
by: Jan Källman
- 6 total downloads
- Latest version: 4.1.0
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
Discriminated Json Subtypes Converter implementation for .NET