DiscUtils.Core
by: Kenneth Bell, Quamotion, LordMike
- 1 total downloads
- Latest version: 0.16.13
Implementation of the ISO, UDF, FAT and NTFS file systems is now fairly stable. VHD, XVA, VMDK and VDI disk formats are implemented, as well as read/write Registry support. The library also includes a simple iSCSI initiator, for accessing disks via iSCSI and an NFS client implementation.
DiscUtils.Iso9660
by: Kenneth Bell, LordMike
- 1 total downloads
- Latest version: 0.16.13
DiscUtils Iso9660
DiscUtils.Streams
by: Kenneth Bell, LordMike, Bianco Veigel
- 1 total downloads
- Latest version: 0.16.13
DiscUtils Streams
DiscUtils.Udf
by: Kenneth Bell, LordMike
- 1 total downloads
- Latest version: 0.16.13
DiscUtils UDF filesystem parser.
DotNet.Glob
by: Darrell Tunnell <darrell.tunnell@googlemail.com>
- 1 total downloads
- Latest version: 3.1.3
A fast globbing library for .NET applications, including .net core. Doesn't use Regex.
Emgu.CV.runtime.windows
by: Emgu Corporation
- 4 total downloads
- Latest version: 4.12.0.5764
This package contains the native runtime of Emgu CV for Windows
Emgu.runtime.windows.msvc.rt.arm64
by: Emgu Corporation
- 3 total downloads
- Latest version: 19.44.35207.1
This package contains the native arm64 MSVC runtime for Windows
Emgu.runtime.windows.msvc.rt.x64
by: Emgu Corporation
- 4 total downloads
- Latest version: 19.44.35214
This package contains the native x64 MSVC runtime for Windows
Emgu.runtime.windows.msvc.rt.x86
by: Emgu Corporation
- 4 total downloads
- Latest version: 19.44.35214
This package contains the native x86 MSVC runtime for Windows
EntityFramework
by: Microsoft
- 2 total downloads
- Latest version: 6.4.4
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
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.
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
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.NativeAssets.WebAssembly
by: Microsoft
- 3 total downloads
- Latest version: 7.3.0.3
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HungarianAlgorithm
by: Michael Vivet
- 1 total downloads
- Latest version: 2.1.2
Implementation Hungarian Algorithm. The Travelling-salesman-problem.
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.