coverlet.collector
by: tonerdo
- 133 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.
CoreCompat.System.Drawing
by: CoreCompat.System.Drawing
- 146 total downloads
- Latest version: 1.0.0-beta006
CoreCompat.System.Drawing
Confluent.SchemaRegistry
by: Confluent Inc.
- 3.099k total downloads
- Latest version: 2.14.2
A .NET Client for Confluent Schema Registry
Bogus
by: Brian Chavez
- 603 total downloads
- Latest version: 35.6.5
A simple and sane data generator for populating objects that supports different locales. A delightful port of the famed faker.js and inspired by FluentValidation. Use Bogus to create UIs with fake data or seed databases. Get started by using Faker class or a DataSet directly.
Confluent.SchemaRegistry.Serdes.Avro
by: Confluent Inc.
- 1.544k total downloads
- Latest version: 2.14.2
Provides an Avro Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
ClosedXML
by: Jan Havlíček Francois Botha Aleksei Pankratev Manuel de Leon Amir Ghezelbash
- 7.486k total downloads
- Latest version: 0.105.0
See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/0.105.0 ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
Confluent.Kafka
by: Confluent Inc. Andreas Heider
- 12.111k total downloads
- Latest version: 2.14.2
Confluent's .NET Client for Apache Kafka
BouncyCastle
by: Bouncy Castle Project Contributors
- 155 total downloads
- Latest version: 1.8.9
The Bouncy Castle Crypto package is a C# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
BouncyCastle.Cryptography
by: Legion of the Bouncy Castle Inc.
- 2.406k total downloads
- Latest version: 2.7.0-beta.98
BouncyCastle.NET is a popular cryptography library for .NET
Confluent.SchemaRegistry.Serdes.Json
by: Confluent Inc.
- 1.322k total downloads
- Latest version: 2.14.2
Provides a JSON Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
Colorful.Console
by: Tom Akita Muhammad Rehan Saeed Matt Furden Drew Noakes Jamie Gould Marcos Vinicius Maia Sergey Korshunov Adam Schiavone IGusev Shreyas Jejurkar
- 2.125k total downloads
- Latest version: 1.2.15
Style your C# console output!
Castle.Core
by: Castle Project Contributors
- 4.503k total downloads
- Latest version: 5.2.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Confluent.SchemaRegistry.Serdes.Protobuf
by: Confluent Inc.
- 1.553k total downloads
- Latest version: 2.14.2
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
CommunityToolkit.HighPerformance
by: Microsoft
- 64 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.
Configuration
by: Cameron Fletcher Configuration contributors
- 1.033k total downloads
- Latest version: 0.2.0-beta13
A simple configuration library for .NET
CommonServiceLocator
by: .NET Foundation and Contributors
- 1.222k 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.
Ben.Demystifier
by: Ben Adams
- 1.45k total downloads
- Latest version: 0.4.1
High performance understanding for stack traces (Make error logs more productive)
Common.Logging.Core
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 2.276k 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.
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 3.021k 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.
ClosedXML.Parser
by: Jan Havlíček
- 1.539k 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.