AutoFixture.AutoMoq by: Mark Seemann AutoFixture
  • 2 total downloads
  • Latest version: 4.18.1
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
  • 2 total downloads
  • Latest version: 4.18.1
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
  • 8 total downloads
  • Latest version: 16.0.0
A convention-based object-object mapper.
AutoMapper.Collection by: Tyler Carlson
  • 2 total downloads
  • Latest version: 7.0.1
Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections.
AutoMapper.Extensions.Microsoft.DependencyInjection by: Jimmy Bogard
  • 4 total downloads
  • Latest version: 8.1.1
AutoMapper extensions for ASP.NET Core
AWSSDK.Core by: Amazon Web Services
  • 12 total downloads
  • Latest version: 3.7.400.59
  • AWS Amazon cloud aws-sdk-v3
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.S3 by: Amazon Web Services
  • 14 total downloads
  • Latest version: 3.7.410.1
  • 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.
Azure.Core by: Microsoft
  • 32 total downloads
  • Latest version: 1.54.0
  • Microsoft Azure Client Pipeline
This is the implementation of the Azure Client Pipeline
Azure.Extensions.AspNetCore.Configuration.Secrets by: Microsoft
  • 4 total downloads
  • Latest version: 1.5.1
  • azure keyvault
Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.
Azure.Identity by: Microsoft
  • 30 total downloads
  • Latest version: 1.21.0
  • Microsoft Azure Identity windowsazureofficial azureofficial
Provides APIs for authenticating to Microsoft Entra ID
Azure.Security.KeyVault.Secrets by: Microsoft
  • 4 total downloads
  • Latest version: 4.10.0
  • Microsoft Azure Key Vault Secrets windowsazureofficial azureofficial
This is the Microsoft Azure Key Vault Secrets client library
Azure.Storage.Blobs by: Microsoft
  • 1 total downloads
  • Latest version: 12.18.0
  • Microsoft Azure Storage Blobs Microsoft Azure Blobs Blob Storage StorageScalable windowsazureofficial azureofficial
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
Azure.Storage.Common by: Microsoft
  • 1 total downloads
  • Latest version: 12.17.0
  • Microsoft Azure Storage Common Microsoft Azure StorageScalable azureofficial
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
BCrypt.Net-Next by: Chris McKee Ryan D. Emerl Damien Miller
  • 12 total downloads
  • Latest version: 4.2.0
  • bcrypt BCrypt.Net cryptography hashing password security hash crypto blowfish gdpr
A fixed, enhanced and namespace compatible version of BCrypt.Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to be "future-proof".
BenchmarkDotNet by: .NET Foundation and contributors
  • 3 total downloads
  • Latest version: 0.15.8
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BenchmarkDotNet.Annotations by: .NET Foundation and contributors
  • 2 total downloads
  • Latest version: 0.15.8
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
Blazor.Storage by: Blazor.Storage
  • 2 total downloads
  • Latest version: 5.0.0
  • Blazor Razor Components LocalStorage Local Storage ASP.NET Core CSharp Web
A library to provide access to local storage in Blazor applications. This is a combined fork of Blazored.SessionStorage and Blazored.LocalStorage which were originally developed by Chris Sainty.
BlazorComponentUtilities by: Ed Charbeneau
  • 2 total downloads
  • Latest version: 1.6.0
  • Blazor
A clean code approach to conditional CSS Classes in Blazor Components (Razor Components). When building complex components for ASP.NET Blazor there are often CSS classes generated by multiple factors. Styles can often be added by system & component state, public parameters, and static base CSS classes. Combining many CSS classes together doesn't scale well, and when components get large it can be tough to reason about. The CSS builder pattern fixes this problem by offering a easy to repeat, easy to read pattern to use across components in a project.
Blazored.SessionStorage by: Chris Sainty
  • 2 total downloads
  • Latest version: 1.0.12
  • Blazor SessionStorage Blazored Razor Components
A library to provide access to session storage in Blazor applications
Blazored.Toast by: Chris Sainty
  • 2 total downloads
  • Latest version: 3.1.2
  • Blazored Blazor Razor Components Toast Popup Notification
A JavaScript free Toast library for Blazor and Razor Components applications.