Blazored.TextEditor
by: Michael Washington
- 58 total downloads
- Latest version: 1.1.3
Rich text editor for Blazor applications - Uses Quill JS
AutoFixture.AutoNSubstitute
by: Daniel Hilgarth Alex Povar AutoFixture
- 877 total downloads
- Latest version: 4.18.1
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by NSubstitute. To use it, add the AutoNSubstituteCustomization to your Fixture instance.
AWSSDK.CognitoIdentityProvider
by: Amazon Web Services
- 4.448k total downloads
- Latest version: 4.0.4.2
You can create a user pool in Amazon Cognito Identity to manage directories and users. You can authenticate a user to obtain tokens related to user identity and access policies. This API reference provides information about user pools in Amazon Cognito Identity, which is a new capability that is available as a beta.
AWSSDK.Core
by: Amazon Web Services
- 6.57k total downloads
- Latest version: 4.0.3
The Amazon Web Services SDK for .NET - Core Runtime
Audit.EntityFramework
by: Federico Colombo
- 1.265k total downloads
- Latest version: 22.1.0
Generate Audit Logs from EntityFramework context changes
CommandLineParser
by: gsscoder nemec ericnewton76
- 75 total downloads
- Latest version: 2.3.0
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.
BouncyCastle.NetCore
by: BouncyCastle
- 55 total downloads
- Latest version: 1.8.10
a BouncyCastle redist package include .Net Framework and .Net Core/ Standard support
BouncyCastle
by: Bouncy Castle Project Contributors
- 43 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.
CommonServiceLocator
by: .NET Foundation and Contributors
- 36 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.
AutoMapper
by: Jimmy Bogard
- 95 total downloads
- Latest version: 7.0.1
A convention-based object-object mapper.
Audit.NET
by: Federico Colombo
- 1.623k total downloads
- Latest version: 22.1.0
An extensible framework to audit executing operations in .NET and .NET Core.
AutoFixture
by: Mark Seemann AutoFixture
- 837 total downloads
- Latest version: 4.18.1
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.
Castle.Core
by: Castle Project Contributors
- 83 total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Common.Logging.Core
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 29 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
- 32 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.
CronExpressionDescriptor
by: Brady Holt
- 338 total downloads
- Latest version: 2.44.0
A library that converts cron expressions into human readable descriptions. Supports multiple languages including: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Persian (Farsi), Polish, Romanian, Italian, Swedish, Slovenian, Danish, Finnish, Greek, Kazakh and Japanese.
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 15 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
Crc32.NET
by: force
- 20 total downloads
- Latest version: 1.2.0
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.
CommunityToolkit.HighPerformance
by: Microsoft.Toolkit
- 28 total downloads
- Latest version: 7.1.2
This package includes high performance .NET Standard 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.
Baseline
by: Jeremy D. Miller Brandon Behrens Andrew Kharlamov
- 23 total downloads
- Latest version: 1.5.0
Grab bag of generic utilities and extension methods for .Net development