Autofac by: Autofac Contributors
  • 13 total downloads
  • Latest version: 8.0.0
  • autofac di ioc dependencyinjection
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 di ioc dependencyinjection aspnet aspnetcore
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 di ioc dependencyinjection moq
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).
AutoMapper by: Jimmy Bogard
  • 6 total downloads
  • Latest version: 12.0.1
A convention-based object-object mapper.
AutoMapper.Extensions.ExpressionMapping by: Jimmy Bogard
  • 10 total downloads
  • Latest version: 6.0.4
Expression mapping (OData) extensions for AutoMapper
AWSSDK.Core by: Amazon Web Services
  • 8 total downloads
  • Latest version: 3.7.10.3
  • AWS Amazon cloud aws-sdk-v3
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.S3 by: Amazon Web Services
  • 8 total downloads
  • Latest version: 3.7.8.15
  • AWS Amazon cloud S3 aws-sdk-v3
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
  • console color colors formatting
A performance console coloring library
BetterConsoles.Core by: Douglas Gaskell
  • 8 total downloads
  • Latest version: 1.2.0
  • console
Core library for the BetterConsole set of libraries
BetterConsoleTables by: Douglas Gaskell
  • 13 total downloads
  • Latest version: 2.0.5-rc1
  • console table tables
Better tables for your console application
BouncyCastle.Cryptography by: Legion of the Bouncy Castle Inc.
  • 3 total downloads
  • Latest version: 2.2.1
  • bouncycastle cryptography dtls encryption open-source openpgp post-quantum security tls
BouncyCastle.NET is a popular cryptography library for .NET
Castle.Core by: Castle Project Contributors
  • 19 total downloads
  • Latest version: 4.4.0
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Clawfoot.Core by: Douglas Gaskell
  • 8 total downloads
  • Latest version: 0.6.0
Package Description
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
  • bbcode codekicker parser netstandard netcore
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
  • 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.
Consul by: PlayFab G-Research
  • 9 total downloads
  • Latest version: 1.6.10.9
  • Consul service discovery distributed locking health checking
Consul.NET is a .NET client library for the Consul HTTP API