Ductus.FluentDocker by: Mario Toffia
  • 28 total downloads
  • Latest version: 2.2.0
  • Docker Docker-Compose Docker-Machine Linux Windows Mac Fluent
Library to manage docker-machine, docker-compose, and docker containers for windows / mac or native linux. It supports both the machine or the new docker for windows and mac. Documentation: https://github.com/mariotoffia/FluentDocker
EMGU.CV by: Emgu Corporation
  • 27 total downloads
  • Latest version: 4.1.1.3497
  • opencv emgu emgucv ai image
Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc.
Emgu.CV.runtime.debian-arm64 by: Emgu Corporation
  • 88 total downloads
  • Latest version: 4.12.0.5764
  • native opencv emgu emgucv ai image debian raspberry pi
This package contains the Emgu CV ARM64 native runtime for Debian (including Raspberry Pi OS)
Emgu.CV.runtime.mini.debian-arm64 by: Emgu Corporation
  • 20 total downloads
  • Latest version: 4.12.0.5764
  • native opencv emgu emgucv ai image debian raspberry pi
This package contains the Emgu CV ARM64 native runtime for Debian (including Raspberry Pi OS)
Emgu.CV.runtime.mini.ubuntu-x64 by: Emgu Corporation
  • 20 total downloads
  • Latest version: 4.12.0.5764
  • native opencv emgu emgucv vison ubuntu
This package contains the native runtime of Emgu CV for Ubuntu
Emgu.CV.runtime.ubuntu-x64 by: Emgu Corporation
  • 191 total downloads
  • Latest version: 4.12.0.5764
  • native opencv emgu emgucv vison ubuntu
This package contains the native runtime of Emgu CV for Ubuntu
Emgu.CV.runtime.windows by: Emgu Corporation
  • 57 total downloads
  • Latest version: 4.13.0.5924
  • native opencv emgu emgucv ai image
This package contains the native runtime of Emgu CV for Windows
Emgu.runtime.windows.msvc.rt.arm64 by: Emgu Corporation
  • 8 total downloads
  • Latest version: 19.44.35214
  • native emgu msvc
This package contains the native arm64 MSVC runtime for Windows
Emgu.runtime.windows.msvc.rt.x64 by: Emgu Corporation
  • 8 total downloads
  • Latest version: 19.44.35214
  • native emgu msvc
This package contains the native x64 MSVC runtime for Windows
Emgu.runtime.windows.msvc.rt.x86 by: Emgu Corporation
  • 11 total downloads
  • Latest version: 19.44.35214
  • native emgu msvc
This package contains the native x86 MSVC runtime for Windows
Ensure.That by: danielwertheim
  • 118 total downloads
  • Latest version: 11.0.0-p1
  • ensure-that ensure that argument validation guard clause contracts
Argument validation made simple and unified. It ensures arguments conforms to simple validation rules and provides an uniformed exception throwing strategy if arguments are invalid.
EnterpriseLibrary.Common by: Microsoft
  • 7 total downloads
  • Latest version: 6.0.1304
  • entlib Enterprise Library common core LOB
The Enterprise Library Common assembly contains elements that are shared among multiple application blocks. By supplying a set of commonly used functions to all the application blocks, the Common assembly reduces the dependency of one application block on another.
EnterpriseLibrary.Data by: Microsoft
  • 7 total downloads
  • Latest version: 6.0.1304
  • entlib Enterprise Library data daab dab LOB
The Enterprise Library Data Access Application Block simplifies the development of tasks that implement common data access functionality. Applications can use this application block in a variety of situations, such as reading data for display, passing data through application layers, and submitting changed data back to the database system.
Esprima by: Sebastien Ros
  • 10 total downloads
  • Latest version: 1.0.1258
  • javascript, parser
Standard-compliant ECMAScript 2016 parser (also popularly known as JavaScript or ES6).
Extensions.MudBlazor.StaticInput by: 0phois
  • 40 total downloads
  • Latest version: 4.1.0
  • material-design server-side-rendering component blazor microsoft-identity-UI mudblazor SSR blazor-component-library
MudBlazor extension components for Static Server-Side Rendered pages. Focuses on input components for forms.
Fare by: Nikos Baxevanis
  • 26 total downloads
  • Latest version: 2.2.2
  • Regex Test NFA DFA Automaton
.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.
FFMpegCore by: Malte Rosenbjerg, Vlad Jerca
  • 104 total downloads
  • Latest version: 3.0.0
  • ffmpeg ffprobe convert video audio mediafile resize analyze muxing
A .NET Standard FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your C# applications
FluentAssertions by: Dennis Doomen, Jonas Nyrup, Xceed
  • 171 total downloads
  • Latest version: 8.1.0
  • MSTest2 xUnit NUnit MSpec TUnit TDD BDD Fluent netstandard uwp
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher. Supports the unit test frameworks MSTest2, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit. IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/). Check out the [license page](LICENSE) for more information.
FluentValidation by: Jeremy Skinner
  • 271 total downloads
  • Latest version: 8.6.3
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
FsCheck by: Kurt Schelfthout and contributors
  • 38 total downloads
  • Latest version: 2.16.6
  • test testing random fscheck quickcheck
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.