Fare
by: Nikos Baxevanis
- 1 total downloads
- Latest version: 2.1.1
.NET port of dk.brics.automaton - Project Fare is an effort to bring a DFA/NFA (finite-state automata) implementation from Java to .NET. There are quite a few implementations available in other languages today. This project aims to fill the gap in .NET.
FFmpeg.AutoGen
by: Ruslan Balanukhin
- 1 total downloads
- Latest version: 7.0.0
FFmpeg auto generated unsafe bindings for C#/.NET and Mono.
FFmpeg.Native
by: FFmpeg Team
- 1 total downloads
- Latest version: 4.4.0.2386
Contains the native binaries of a LGPL build of FFmpeg.
FluentFTP
by: Robin Rodricks, FluentFTP Contributors
- 2 total downloads
- Latest version: 52.1.0
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP transfers, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies.
FsCheck
by: Kurt Schelfthout and contributors
- 1 total downloads
- Latest version: 2.16.4
FsCheck is a tool for testing .NET programs automatically. You provide a specification of the program, in the form of properties which functions, methods or objects should satisfy, and FsCheck then tests that the properties hold in a large number of randomly generated cases. Such properties are actually a testable specification of your program.
Properties are written in F#, C# or VB. FsCheck helps you to define properties, observe the distribution of test data, and define test data generators. Crucially, when a property fails, FsCheck automatically displays a minimal counter example.
FsCheck.Xunit
by: Kurt Schelfthout and contributors
- 1 total downloads
- Latest version: 2.16.4
FsCheck.Xunit integrates FsCheck with xUnit.NET by adding a PropertyAttribute that runs FsCheck tests, similar to xUnit.NET's FactAttribute.
All the options normally available in vanilla FsCheck via configuration can be controlled via the PropertyAttribute.
FTD2XX.Net
by: FTDI2XX
- 1 total downloads
- Latest version: 1.2.1
FTDI have provided a managed .NET wrapper class for the FTD2XX DLL on the Windows platform. The managed wrapper DLL (FTD2XX_NET.DLL) is provided as a free download with Intellisense documentation provided in the FTD2XX_NET.XML file - this is viewable in the Visual Studio Object Browser and also provides hints as the code is written.
v1.21
I have recompiled the v1.2.0 code to add the following framework options:
- .Net Standard 2.0
- .Net Standard 2.1
- .Net Framework 4.5
GioSharp
by: GtkSharp Contributors
- 1 total downloads
- Latest version: 3.22.25.118
GioSharp is a C# wrapper for the Gio library.
GLibSharp
by: GtkSharp Contributors
- 1 total downloads
- Latest version: 3.22.25.118
GLibSharp is a C# wrapper for the GLib library.
Google.Protobuf
by: Google Inc.
- 5 total downloads
- Latest version: 3.30.2
C# runtime library for Protocol Buffers - Google's data interchange format.
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#
Intel.ML.OnnxRuntime.OpenVino
by: Microsoft
- 3 total downloads
- Latest version: 1.22.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.