CommandLineParser
by: gsscoder, nemec, ericnewton76, moh-hassan
- 76 total downloads
- Latest version: 2.9.1
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. 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
- 32 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
- 58 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
- 88 total downloads
- Latest version: 6.0.4
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CSharpToJsonSchema
by: tryAGI and contributors
- 105 total downloads
- Latest version: 3.10.4
C# source generator that converts interfaces and methods into JSON Schema definitions for AI function/tool calling (OpenAI, Anthropic, Ollama, Gemini, etc.). No reflection at runtime.
Cucumber.CucumberExpressions
by: Cucumber Ltd, Gaspar Nagy
- 53 total downloads
- Latest version: 20.0.0
Cucumber Expressions implementation for .NET.
Cucumber.HtmlFormatter
by: Cucumber Ltd
- 70 total downloads
- Latest version: 24.0.0
A Cucumber Messages formatter that produces a pretty HTML report for Cucumber runs.
Cucumber.Messages
by: Cucumber Ltd, TechTalk
- 304 total downloads
- Latest version: 33.0.4
JSON schema-based messages for Cucumber's inter-process communication
Data
by: 李林
- 4 total downloads
- Latest version: 1.1.0
数据库连接组件,
2种连接方式,分别为:
基于fluentData3和基于EnterpriseLibrary6
dbup
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 118 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
- 126 total downloads
- Latest version: 6.1.1
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
- 97 total downloads
- Latest version: 7.0.1
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
- 117 total downloads
- Latest version: 7.2.0
DbUp makes it easy to deploy and upgrade Microsoft SQL Server databases. This package adds SqlServer support.
Delaunator
by: nol1fe
- 42 total downloads
- Latest version: 1.0.11
Fast Delaunay triangulation of 2D points
Port from Mapbox's Delaunator project (JavaScript).
deniszykov.WebSocketListener
by: Valeriano Tortola, Denis Zykov
- 15 total downloads
- Latest version: 4.2.19
A lightweight and highly scalable asynchronous WebSocket listener for .NET Core, .NET and Mono.
https://github.com/deniszykov/WebSocketListener
DiffPlex
by: Matthew Manela
- 49 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.
Divergic.Logging.Xunit
by: rprimrose
- 223 total downloads
- Latest version: 4.3.1
This library provides Microsoft.Extensions.Logging support for Xunit.
Docker.DotNet
by: Docker.DotNet
- 253 total downloads
- Latest version: 3.125.15
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.