bunit
by: Egil Hansen
- 345 total downloads
- Latest version: 1.40.0
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.
Castle.Core
by: Castle Project Contributors
- 66 total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Certes
by: Certes Contributors
- 83 total downloads
- Latest version: 2.3.3
A client implementation for the Automated Certificate Management Environment (ACME) protocol.
Clipper2
by: Angus Johnson
- 4 total downloads
- Latest version: 1.2.2
Polygon Clipping and Offsetting Library
CommandLineParser
by: Giacomo Stelluti Scala
- 26 total downloads
- Latest version: 1.9.6-rc1
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
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
- 23 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.
CommonServiceLocator
by: .NET Foundation and Contributors
- 18 total downloads
- Latest version: 2.0.7
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
CommunityToolkit.Mvvm
by: Microsoft
- 16 total downloads
- Latest version: 8.4.2
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.
coverlet.collector
by: tonerdo
- 60 total downloads
- Latest version: 6.0.0
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Data
by: 李林
- 3 total downloads
- Latest version: 1.1.0
数据库连接组件,
2种连接方式,分别为:
基于fluentData3和基于EnterpriseLibrary6
dbup
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 95 total downloads
- Latest version: 5.0.41
This package exists to allow easy upgrades from pre-4.0 version This package was split into two packages dbup-core and dbup-sqlserver so that non SQL Server packages did not need to also
reference the SQL Server code. Uninstall this package and install dbup-sqlserver, or the package for the server(s) you are targeting instead!
dbup-core
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 67 total downloads
- Latest version: 5.0.87
DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database specific package (eg dbup-sqlserver, dbup-mysql)
dbup-postgresql
by: https://github.com/orgs/DbUp/people
- 56 total downloads
- Latest version: 5.0.40
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds PostgreSQL support.
dbup-sqlserver
by: https://github.com/orgs/DbUp/people
- 72 total downloads
- Latest version: 5.0.41
DbUp makes it easy to deploy and upgrade Microsoft SQL Server databases. This package adds SqlServer support.
deniszykov.WebSocketListener
by: Valeriano Tortola, Denis Zykov
- 8 total downloads
- Latest version: 4.2.9
A lightweight and highly scalable asynchronous WebSocket listener for .NET Core, .NET and Mono.
https://github.com/deniszykov/WebSocketListener
DiffPlex
by: Matthew Manela
- 37 total downloads
- Latest version: 1.7.2
DiffPlex is a diffing library that allows you to programatically create text diffs. DiffPlex is a fast and tested library.
Docker.DotNet
by: Docker.DotNet
- 5 total downloads
- Latest version: 2.124.3
Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.
Ductus.FluentDocker
by: Mario Toffia
- 28 total downloads
- Latest version: 2.2.0
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
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.