HarfBuzzSharp
by: Microsoft
- 2 total downloads
- Latest version: 7.3.0.3
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
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
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
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
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HungarianAlgorithm
by: Michael Vivet
- 2 total downloads
- Latest version: 2.3.3
Implementation Hungarian Algorithm. The Travelling-salesman-problem.
ICSharpCode.CodeConverter
by: ICSharpCode
- 3 total downloads
- Latest version: 9.2.7.792
Convert VB.NET to/from C#
IdentityModel.OidcClient
by: Dominick Baier, Brock Allen
- 1 total downloads
- Latest version: 6.0.0
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
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
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.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
Port of LZ4 compression algorithm for .NET
libjpeg-turbo-net
by: Terekhin Sergey
- 1 total downloads
- Latest version: 2.0.15
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.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.
MessagePack
by: neuecc, aarnott
- 1 total downloads
- Latest version: 3.1.4
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
MessagePack.Annotations
by: neuecc, aarnott
- 2 total downloads
- Latest version: 3.1.4
Attributes and interfaces for .NET types serializable with MessagePack.
MessagePackAnalyzer
by: neuecc, aarnott
- 1 total downloads
- Latest version: 3.1.4
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.