CliWrap by: Tyrrrz
  • 1.892k total downloads
  • Latest version: 3.10.4
  • shell pipe command line executable interface wrapper standard input output error arguments net core
Library for interacting with command-line interfaces
ColorCode.Core by: Microsoft
  • 100 total downloads
  • Latest version: 2.0.15
  • ColorCode Syntax Highlighting SyntaxHighlighting Formatting
The Core Library, containing the Parser, and the classes to create your own formatter.
ColorCode.HTML by: Microsoft
  • 127 total downloads
  • Latest version: 2.0.15
  • ColorCode Syntax Highlighting SyntaxHighlighting HTML SyntaxToHTML HTMLFormatting Formatting
Contains the HtmlFormatter, and the HtmlClassFormatter, for rendering Html from the Colorized Code.
ColorHelper by: Artyom Gritsuk
  • 258 total downloads
  • Latest version: 1.8.1
  • Color, Converter, RGB, HEX, CMYK, HSV, HSL, XYZ, YIQ, YUV
This library contains several useful classes: - ColorConverter RgbToHex RgbToCmyk RgbToHsv RgbToHsl RgbToXyz RgbToYuv RgbToYiq HexToRgb HexToCmyk HexToHsv HexToHsl HexToXyz HexToYuv HexToYiq CmykToRgb CmykToHex CmykToHsv CmykToHsl CmykToXyz CmykToYuv CmykToYiq HsvToRgb HsvToHex HsvToCmyk HsvToHsl HsvToXyz HsvToYuv HsvToYiq HslToRgb HslToHex HslToCmyk HslToHsv HslToXyz HslToYuv HslToYiq XyzToRgb XyzToHex XyzToCmyk XyzToHsv XyzToHsl XyzToYuv XyzToYiq YiqToRgb YiqToHex YiqToCmyk YiqToHsv YiqToHsl YiqToXyz YiqToYuv YuvToRgb YuvToHex YuvToCmyk YuvToHsv YuvToHsl YuvToXyz YuvToYiq - ColorComparer - ColorGenerator GetRandomColor GetLightRandomColor GetDarkRandomColor Enums - ColorName
CommandLineParser by: gsscoder, nemec, ericnewton76, moh-hassan
  • 289 total downloads
  • Latest version: 2.9.1
  • command line commandline argument option parser parsing library syntax shell
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.
CommonServiceLocator by: .NET Foundation and Contributors
  • 74 total downloads
  • Latest version: 2.0.7
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
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.HighPerformance by: Microsoft
  • 275 total downloads
  • Latest version: 8.4.2
  • dotnet Community Toolkit .NET Parallel Performance Unsafe Span Memory String StringPool Array Stream Buffer Extensions Helpers
This package includes high performance .NET helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>. - MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances. - MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor. - SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it. - StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers. - String, array, Memory<T>, Span<T> extensions and more, all focused on high performance. - HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values. - BitHelper: a class with helper methods to perform bit operations on numeric types. - ParallelHelper: helpers to work with parallel code in a highly optimized manner. - Box<T>: a type mapping boxed value types and exposing some utility and high performance methods. - Ref<T>: a stack-only struct that can store a reference to a value of a specified type. - NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
ConcurrentHashSet by: Bar Arnon
  • 146 total downloads
  • Latest version: 1.3.0
  • concurrency
A thread-safe hash-based set
coverlet.collector by: tonerdo
  • 251 total downloads
  • Latest version: 6.0.4
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Crc32.NET by: force
  • 37 total downloads
  • Latest version: 1.2.0
  • crc32 crc-32 crc crc32c .NET
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
CSharpToJsonSchema by: tryAGI and contributors
  • 416 total downloads
  • Latest version: 3.10.4
  • csharp dotnet json-schema source-generator function-calling tool-calling openai anthropic ollama gemini ai llm
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.
Data by: 李林
  • 10 total downloads
  • Latest version: 1.1.0
  • data
数据库连接组件, 2种连接方式,分别为: 基于fluentData3和基于EnterpriseLibrary6
Destructurama.Attributed by: Destructurama Contributors, Serilog Contributors
  • 1.078k total downloads
  • Latest version: 5.3.0
  • serilog attributed
Use attributes to control how complex types are logged to Serilog.
DiffEngine by: https://github.com/VerifyTests/DiffEngine/graphs/contributors
  • 459 total downloads
  • Latest version: 13.0.2
  • Testing, Snapshot, Diff, Compare
Launches diff tools based on file extensions. Designed to be consumed by snapshot testing libraries.
DiffPlex by: Matthew Manela
  • 227 total downloads
  • Latest version: 1.9.0
  • diff
DiffPlex is a diffing library that allows you to programmatically create text diffs. DiffPlex is a fast and tested library.
docfx by: DocAsCode
  • 2 total downloads
  • Latest version: 0.0.1-alpha-1518061325
  • Documentation Metadata Docascode docfx
docfx tool to generate API documentation website for open source .NET projects
Docker.DotNet by: Docker.DotNet
  • 113 total downloads
  • Latest version: 3.125.15
  • Docker Container C# .NET
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.
Docker.DotNet.Enhanced by: Docker.DotNet
  • 103 total downloads
  • Latest version: 4.3.3
  • Docker Container C# .NET
A .NET client for the Docker Engine API (v29.4.1) with fully asynchronous, non-blocking, object-oriented APIs.
Docker.DotNet.Enhanced.Handler.Abstractions by: Docker.DotNet.Handler.Abstractions
  • 45 total downloads
  • Latest version: 4.3.3
  • Docker Container C# .NET
An abstraction layer for Docker.DotNet that defines the classes and interfaces for implementing Docker Engine handlers.
Docker.DotNet.Enhanced.LegacyHttp by: Docker.DotNet.LegacyHttp
  • 45 total downloads
  • Latest version: 4.3.3
  • Docker Container C# .NET
A Docker.DotNet transport implementation for HTTP(S) Docker Engine connections.