Autofac
by: Autofac Contributors
- 13 total downloads
- Latest version: 8.0.0
Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.
Autofac.Extensions.DependencyInjection
by: Autofac Contributors
- 18 total downloads
- Latest version: 9.0.0
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
Autofac.Extras.Moq
by: Autofac Contributors
- 3 total downloads
- Latest version: 6.1.1
Autofac extension for automocking and creation of mock objects in Moq.
AutoFixture
by: Mark Seemann AutoFixture
- 43 total downloads
- Latest version: 4.14.0
AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.
AutoFixture.AutoMoq
by: Mark Seemann AutoFixture
- 21 total downloads
- Latest version: 4.14.0
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by Moq. To use it, add the AutoMoqCustomization to your Fixture instance. Read more at http://blog.ploeh.dk/2010/08/19/AutoFixtureAsAnAutomockingContainer.aspx
AutoFixture.Xunit2
by: Mark Seemann AutoFixture
- 17 total downloads
- Latest version: 4.14.0
By leveraging the data theory feature of xUnit.net, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language).
AWSSDK.Core
by: Amazon Web Services
- 8 total downloads
- Latest version: 3.7.10.3
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.S3
by: Amazon Web Services
- 8 total downloads
- Latest version: 3.7.8.15
Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage.
BetterConsoles.Colors
by: Douglas Gaskell
- 9 total downloads
- Latest version: 1.1.1
A performance console coloring library
BetterConsoles.Core
by: Douglas Gaskell
- 8 total downloads
- Latest version: 1.2.0
Core library for the BetterConsole set of libraries
BetterConsoleTables
by: Douglas Gaskell
- 13 total downloads
- Latest version: 2.0.5-rc1
Better tables for your console application
BouncyCastle.Cryptography
by: Legion of the Bouncy Castle Inc.
- 3 total downloads
- Latest version: 2.2.1
BouncyCastle.NET is a popular cryptography library for .NET
Castle.Core
by: Castle Project Contributors
- 19 total downloads
- Latest version: 4.4.0
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Clawfoot.Extensions
by: Douglas Gaskell
- 8 total downloads
- Latest version: 0.6.0
A collection of extensions to make life easier
CodeKicker.BBCode-NETStandard
by: CodeKicker.BBCode
- 6 total downloads
- Latest version: 5.0.0
This is our BBCode-implementation at http://codekicker.de/. It is extremely stable as ist has been tested with Microsoft Pex. Is is also quite performant. This package contains modifications from https://github.com/Pablissimo/CodeKicker.BBCode-Mod.
CommunityToolkit.HighPerformance
by: Microsoft
- 8 total downloads
- Latest version: 8.2.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.
Consul
by: PlayFab G-Research
- 9 total downloads
- Latest version: 1.6.10.9
Consul.NET is a .NET client library for the Consul HTTP API
CsvHelper
by: Josh Close
- 30 total downloads
- Latest version: 31.0.2
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
DelegateDecompiler
by: Alexander Zaytsev
- 3 total downloads
- Latest version: 0.32.0
A library which is able to decompile a delegate or a method body to its lambda representation