AdvancedStringBuilder
by: Andrey Taritsyn
- 11 total downloads
- Latest version: 0.1.1
Contains a simple implementation of the pool and extension methods for string builder.
AngleSharp
by: AngleSharp
- 45 total downloads
- Latest version: 0.9.11
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
AntDesign
by: James Yeung
- 3,248k total downloads
- Latest version: 2.0.0-nightly-250526143149
🌈 A set of enterprise-class UI components based on Ant Design and Blazor.
AntDesign.ProLayout
by: James Yeung
- 775 total downloads
- Latest version: 1.4.0
Ant Design Pro components for Blazor
Antlr
by: Sam Harwell Terence Parr
- 33 total downloads
- Latest version: 3.5.0.2
ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
Antlr3.Runtime
by: Sam Harwell Terence Parr
- 19 total downloads
- Latest version: 3.5.2-rc1
The runtime library for parsers generated by the C# target of ANTLR 3. This package supports projects targeting .NET 2.0 or newer, and built using Visual Studio 2008 or newer.
Antlr4.Runtime.Standard
by: Eric Vergnaud Terence Parr Sam Harwell
- 3 total downloads
- Latest version: 4.7.1
The standard C# ANTLR 4 runtime from the ANTLR Organization
AnyOf
by: Stef Heyenrath
- 128 total downloads
- Latest version: 0.5.0.1
Use the AnyOf<TFirst, TSecond, ...> type to handle multiple defined types as input parameters for methods.
Ardalis.GuardClauses
by: Steve Smith (@ardalis)
- 94 total downloads
- Latest version: 2.0.0
A simple package with guard clause helper methods. See docs for how to extend using your own extension methods.
ARSoft.Tools.Net
by: Alexander Reinert
- 113 total downloads
- Latest version: 3.6.1
This project contains a complete managed .Net DNS and DNSSEC client, a DNS server and SPF and SenderID validation.
Asp.Versioning.Abstractions
by: .NET Foundation and Contributors
- 67 total downloads
- Latest version: 8.1.0
The abstractions library for API versioning.
Aspire.Dashboard.Sdk.win-x64
by: Microsoft
- 30 total downloads
- Latest version: 9.4.2
Dashboard browser interface for .NET Aspire.
Aspire.Hosting
by: Microsoft
- 11 total downloads
- Latest version: 9.0.0-preview.2.24162.2
Core API and abstractions for the .NET Aspire application model.
Aspire.Hosting.AppHost
by: Microsoft
- 86 total downloads
- Latest version: 9.5.1
Core library and MSBuild logic for .NET Aspire AppHost projects.
Aspire.Hosting.Orchestration.win-x64
by: Microsoft
- 53 total downloads
- Latest version: 9.4.2
.NET Aspire Orchestration Dependencies
AspNet.Security.OpenIdConnect.Primitives
by: Kévin Chalet
- 31 total downloads
- Latest version: 1.1.0
OpenID Connect primitives for the OpenID Connect server middleware.
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 9 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
Autofac
by: Autofac Contributors
- 140 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.
AutoMapper
by: Jimmy Bogard
- 72 total downloads
- Latest version: 6.2.2
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is designed for model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.