Google.Protobuf by: Google Inc.
  • 6 total downloads
  • Latest version: 3.30.2
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.Net.Client by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.59.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Tools by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.59.0
  • gRPC RPC HTTP/2
gRPC and Protocol Buffer compiler for C# projects
HarfBuzzSharp by: Microsoft
  • 2 total downloads
  • Latest version: 7.3.0.3
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.Linux by: Microsoft
  • 2 total downloads
  • Latest version: 7.3.0.3
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.macOS by: Microsoft
  • 3 total downloads
  • Latest version: 7.3.0.3
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.WebAssembly by: Microsoft
  • 4 total downloads
  • Latest version: 8.3.1.1
  • 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.
HarfBuzzSharp.NativeAssets.Win32 by: Microsoft
  • 1 total downloads
  • Latest version: 7.3.0.3
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HungarianAlgorithm by: Michael Vivet
  • 2 total downloads
  • Latest version: 2.3.3
  • Algorithm, Hungarian
Implementation Hungarian Algorithm. The Travelling-salesman-problem.
ICSharpCode.CodeConverter by: ICSharpCode
  • 3 total downloads
  • Latest version: 9.2.7.792
  • Convert Converter Conversion C# CSharp CS VB VB.NET Visual Basic Code Free Roslyn Tool
Convert VB.NET to/from C#
IdentityModel.OidcClient by: Dominick Baier, Brock Allen
  • 1 total downloads
  • Latest version: 6.0.0
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
RFC8252 compliant and certified OpenID Connect and OAuth 2.0 client library for native applications
Intel.ML.OnnxRuntime.OpenVino by: Microsoft
  • 4 total downloads
  • Latest version: 1.23.0
  • native ONNX Runtime ONNXRuntime Machine Learning MachineLearning
This package contains native shared library artifacts for ONNX Runtime with OpenVINO.
IsExternalInit by: Manuel Römer
  • 1 total downloads
  • Latest version: 1.0.2
  • source compiletime polyfill IsExternalInit init record
A source code only package which allows you to use C# 9's init and record features in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework by providing a polyfill for the IsExternalInit class. This package does not contain any compiled binaries, but instead adds the IsExternalInit class as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications. The C# code is only included if you are targeting a framework version which does not support the IsExternalInit class. For example, if you create a library which multi-targets .NET Standard 2.0 and .NET 5.0, the IsExternalInit class is not provided in the .NET 5.0 compilation, because .NET 5.0 already provides support for the class by default. Please see https://github.com/manuelroemer/IsExternalInit for additional information on how to use this package.
Jellyfin.XmlTv by: Jellyfin Contributors
  • 1 total downloads
  • Latest version: 10.6.2
Package Description
JetBrains.Annotations by: JetBrains
  • 1 total downloads
  • Latest version: 2024.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.
K4os.Compression.LZ4 by: Milosz Krajewski
  • 1 total downloads
  • Latest version: 1.2.16
  • compression lz4
Port of LZ4 compression algorithm for .NET
LibFtdiDotNet by: Ben Parsons
  • 1 total downloads
  • Latest version: 0.1.0
  • FTDI ftdi1,libftdi,ftd2xx
LibFtdi Bindings
libjpeg-turbo-net by: Terekhin Sergey
  • 1 total downloads
  • Latest version: 2.0.15
  • TurboJpeg libjpeg-turbo
Wrapper for libjpeg-turbo library
LibUsbDotNet by: Travis Robinson, Stevie-O, Quamotion
  • 1 total downloads
  • Latest version: 2.2.29
.NET C# USB library for WinUSB, LibUsb-Win32, and libusb-1.0. Using the common device classes, applications work with all operating systems and drivers without modification. Lots of example code. Open source software at sourceforge.net.
MathNet.Numerics by: Christoph Ruegg, Marcus Cuda, Jurgen Van Gael
  • 1 total downloads
  • Latest version: 6.0.0-beta2
  • math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft
Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .NET 5.0 or higher, .NET Standard 2.0 and .NET Framework 4.6.1 or higher, on Windows, Linux and Mac.