bunit
by: Egil Hansen
- 5 total downloads
- Latest version: 1.26.29-preview.ga9c0cd8510
bUnit is a testing library for Blazor components.
You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic.
You can interact with and inspect the component under test, trigger event handlers, provide cascading values, and inject services.
bUnit also includes a complete fake implementation of Blazor's authentication and authorization logic, navigation manager, and
JSInterop.
Common.Logging
by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
- 27 total downloads
- Latest version: 3.4.1
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
Common.Logging.Core
by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
- 20 total downloads
- Latest version: 3.4.1
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
CommunityToolkit.Mvvm
by: Microsoft
- 2 total downloads
- Latest version: 8.4.0
This package includes a .NET MVVM library with helpers such as:
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
- ObservableRecipient: a base class for observable objects with support for the IMessenger service.
- ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface.
- RelayCommand: a simple delegate command implementing the ICommand interface.
- AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation.
- WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects.
- StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed.
- Ioc: a helper class to configure dependency injection service containers.
DiffPlex
by: Matthew Manela
- 16 total downloads
- Latest version: 1.9.0
DiffPlex is a diffing library that allows you to programmatically create text diffs. DiffPlex is a fast and tested library.
DocumentFormat.OpenXml
by: Microsoft
- 44 total downloads
- Latest version: 3.4.1
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as:
- High-performance generation of word-processing documents, spreadsheets, and presentations.
- Populating content in Word files from an XML data source.
- Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file.
- Extraction of data from Excel documents.
- Searching and replacing content in Word/PowerPoint using regular expressions.
- Updating cached data and embedded spreadsheets for charts in Word/PowerPoint.
- Document modification, such as removing tracked revisions or removing unacceptable content from documents.
DocumentFormat.OpenXml.Framework
by: Microsoft
- 12 total downloads
- Latest version: 3.4.1
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as:
- High-performance generation of word-processing documents, spreadsheets, and presentations.
- Populating content in Word files from an XML data source.
- Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file.
- Extraction of data from Excel documents.
- Searching and replacing content in Word/PowerPoint using regular expressions.
- Updating cached data and embedded spreadsheets for charts in Word/PowerPoint.
- Document modification, such as removing tracked revisions or removing unacceptable content from documents.
Emgu.CV.runtime.debian-arm64
by: Emgu Corporation
- 46 total downloads
- Latest version: 4.12.0.5764
This package contains the Emgu CV ARM64 native runtime for Debian (including Raspberry Pi OS)
Emgu.CV.runtime.mini.debian-arm64
by: Emgu Corporation
- 10 total downloads
- Latest version: 4.12.0.5764
This package contains the Emgu CV ARM64 native runtime for Debian (including Raspberry Pi OS)
Emgu.CV.runtime.mini.ubuntu-x64
by: Emgu Corporation
- 10 total downloads
- Latest version: 4.12.0.5764
This package contains the native runtime of Emgu CV for Ubuntu
Emgu.CV.runtime.ubuntu-x64
by: Emgu Corporation
- 189 total downloads
- Latest version: 4.12.0.5764
This package contains the native runtime of Emgu CV for Ubuntu
Emgu.CV.runtime.windows
by: Emgu Corporation
- 26 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
- 5 total downloads
- Latest version: 19.44.35214
This package contains the native arm64 MSVC runtime for Windows
Emgu.runtime.windows.msvc.rt.x64
by: Emgu Corporation
- 6 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
- 8 total downloads
- Latest version: 19.44.35214
This package contains the native x86 MSVC runtime for Windows
envdte
by: Microsoft
- 28 total downloads
- Latest version: 17.14.40260
A member of the Visual Studio SDK
EventStore.Client
by: Event Store Ltd
- 63 total downloads
- Latest version: 21.2.0
The client API for Event Store. Get the open source or commercial versions of Event Store server from https://eventstore.com/
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
- 44 total downloads
- Latest version: 5.1.2.3
FFmpeg auto generated unsafe bindings for C#/.NET and Mono.
FluentValidation
by: Jeremy Skinner
- 111 total downloads
- Latest version: 8.6.3
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.