AsyncBridge
by: Daniel Grunwald Omer Mor Alex Davies jnm2
- 26 total downloads
- Latest version: 0.3.1
C# 5 async/await support for .NET Framework pre-4.5
This package is now unified to include all functionality from AsyncBridge.Net35 and AsyncBridge.Portable.
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 125 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
AutoBogus
by: Nick Dodd
- 1.066k total downloads
- Latest version: 2.13.1
A C# library complementing the Bogus generator by adding auto creation and population capabilities.
AutoBogus.Conventions
by: Nick Dodd
- 796 total downloads
- Latest version: 2.13.1
A C# library complementing the Bogus generator by adding auto creation and population capabilities. This package includes generator options for common conventions.
Autofac
by: Autofac Contributors
- 2.45k total downloads
- Latest version: 4.9.4
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
- 107 total downloads
- Latest version: 4.4.0
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
Autofac.Extras.DynamicProxy
by: Autofac Contributors
- 89 total downloads
- Latest version: 4.5.0
Autofac extension for enabling AOP in conjunction with Castle.
AutoMapper
by: Jimmy Bogard
- 1.549k total downloads
- Latest version: 7.0.1
A convention-based object-object mapper.
AutoMapper.Collection
by: Tyler Carlson
- 868 total downloads
- Latest version: 4.0.0
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
- 43 total downloads
- Latest version: 2.0.1
AutoMapper extensions for ASP.NET Core
Autoupdater.NET.Official
by: rbsoft
- 1.154k total downloads
- Latest version: 1.8.6
AutoUpdater.NET is a class library that allows .NET developers to easily add auto update
functionality to their WinForms or WPF application projects.
AvalonEdit
by: AvalonEdit Contributors
- 646 total downloads
- Latest version: 6.1.3.50
AvalonEdit is the WPF-based text editor used in SharpDevelop. There are five builds of AvalonEdit included in this package: .NET Framework 4.5 and 4.0, .NET Core 3.1, .NET 5.0 for Windows, .NET 6.0 for Windows.
AWSSDK.Core
by: Amazon Web Services
- 42.184k total downloads
- Latest version: 4.0.3.3
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SecurityToken
by: Amazon Web Services
- 38.046k total downloads
- Latest version: 4.0.5.1
The AWS Security Token Service (AWS STS) enables you to provide trusted users with temporary credentials that provide controlled access to your AWS resources.
Bogus
by: Brian Chavez
- 5.714k 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.
BouncyCastle
by: Bouncy Castle Project Contributors
- 353 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.NetCore
by: BouncyCastle
- 464 total downloads
- Latest version: 2.2.1
a BouncyCastle redist package include .Net Framework and .Net Core/ Standard support
Castle.Core
by: Castle Project Contributors
- 1.149k total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Castle.Core.AsyncInterceptor
by: James Skimming
- 609 total downloads
- Latest version: 2.1.0
AsyncInterceptor is an extension to Castle DynamicProxy to simplify the development of interceptors for asynchronous methods.
Castle.DynamicProxy
by: Castle Project Contributors
- 100 total downloads
- Latest version: 2.2.0
Castle DynamicProxy is a library for generating lightweight .NET proxies on the fly at runtime. Proxy objects allow calls to members of an object to be intercepted without modifying the code of the class.