ClosedXML.Parser
by: Jan Havlíček
- 100 total downloads
- Latest version: 2.0.0
A lexer and parser of Excel formulas with focus on performance. Its goal is to create
an abstract syntax tree from a formula text to enable formula evaluation.
Cocona
by: Mayuki Sawatari
- 295 total downloads
- Latest version: 2.2.0
Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
Cocona.Core
by: Mayuki Sawatari
- 181 total downloads
- Latest version: 2.2.0
Core component for Cocona. Micro-framework for .NET console application.
Cocona.Lite
by: Mayuki Sawatari
- 252 total downloads
- Latest version: 2.2.0
Lightweight version of Cocona. Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
CoinAPI.WebSocket.V1
by: COINAPI LTD
- 267 total downloads
- Latest version: 3.1.0
SDK for www.CoinAPI.io WebSocket API
CommandLineParser
by: gsscoder, nemec, ericnewton76, moh-hassan
- 1.498k 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
- 135 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
- 120 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
- 128 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.HighPerformance
by: Microsoft
- 506 total downloads
- Latest version: 8.4.2
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.
ConfigureAwait.Fody
by: Cameron MacFarland, Simon Cropp
- 193 total downloads
- Latest version: 3.4.0
Configure async code's ConfigureAwait at a global level.
Confluent.Kafka
by: Confluent Inc., Andreas Heider
- 1.51k total downloads
- Latest version: 2.14.0
Confluent's .NET Client for Apache Kafka
Confluent.SchemaRegistry
by: Confluent Inc.
- 1.286k total downloads
- Latest version: 2.14.0
A .NET Client for Confluent Schema Registry
Confluent.SchemaRegistry.Serdes.Avro
by: Confluent Inc.
- 682 total downloads
- Latest version: 2.14.0
Provides an Avro Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
ConsoleControl
by: Dave Kerr
- 50 total downloads
- Latest version: 1.3.0
The ConsoleControl is a WinForms control that you can drop into a Form to run an external process in a C# application.
CoreCompat.System.Drawing
by: CoreCompat.System.Drawing
- 15 total downloads
- Latest version: 1.0.0-beta006
CoreCompat.System.Drawing
CoreProfiler
by: teddy.ma
- 175 total downloads
- Latest version: 1.1.4
CoreProfiler - A .NET Core Profiling Library
CoreProfiler.Web
by: teddy.ma
- 182 total downloads
- Latest version: 1.1.4
CoreProfiler.Web - A .NET Core Profiling Library
Costasdev.Uuidv7
by: Ariel Costas Guerrero
- 5 total downloads
- Latest version: 1.0.1
UUIDv7 implementation for .NET, based on RFC 9562.
Costura.Fody
by: geertvanhorrik, simoncropp
- 1.126k total downloads
- Latest version: 6.1.0
Fody add-in for embedding references as resources.