NuGet
Most popular .NET packages
Ranked by downloads over the last month.
- 2402Jaeger.Communication.ThriftPackage Description13Mdownloads/mo
- 2403LanguageExt.ParsecParser combinators library based on Haskell Parsec. This is part of the LanguageExt functional framework and requires LanguageExt.Core13Mdownloads/mo
- 2404Xamarin.Android.Support.v7.MediaRouterXamarin.Android bindings for Android Support Library - mediarouter-v713Mdownloads/mo
- 2405MemoryPack.GeneratorCode generator for MemoryPack.13Mdownloads/mo
- 2406Avalonia.DesktopAvalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.13Mdownloads/mo
- 2408MemoryPackZero encoding extreme performance binary serializer for C#.13Mdownloads/mo
- 2409OpenTelemetry.Instrumentation.AWSAWS client instrumentation for OpenTelemetry .NET.13Mdownloads/mo
- 2410Confluent.SchemaRegistry.Serdes.JsonProvides a JSON Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration13Mdownloads/mo
- 2411FluentMigrator.Runner.SnowflakeFluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.13Mdownloads/mo
- 2412Quartz.JobsQuartz.NET Jobs; Quartz Scheduling Framework for .NET12Mdownloads/mo
- 2413DiffMatchPatchhttps://github.com/google/diff-match-patch for NuGet.12Mdownloads/mo
- 2414SemanticVersioningThis library implements the Semantic Versioning 2.0.0 specification and the version range specification used by npm.12Mdownloads/mo
- 2415RT.CombLibrary to create and use COMB (timestamped sequential) GUID variants for Microsoft SQL Server and PostgreSQL. See the GitHub site for more details.12Mdownloads/mo
- 2416Microsoft.VisualStudio.OLE.InteropA member of the Visual Studio SDK12Mdownloads/mo
- 2417Microsoft.Azure.Functions.Worker.ItemTemplates.NetFxCollection of templates for Azure Functions .NET Isolated12Mdownloads/mo
- 2418FluentMigrator.Extensions.SnowflakeFluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.12Mdownloads/mo
- 2419GitInfoAccess commit information from MSBuild and C#/F#/VB code, and infer SemVer from branch, tag or version file in Git repository.12Mdownloads/mo
- 2420Allure.Net.CommonsProvides common facilities to build Allure adapters for .NET test frameworks.8.4Mdownloads/mo
- 2421NBitcoinThe C# Bitcoin Library12Mdownloads/mo
- 2422McMaster.NETCore.PluginsProvides API for dynamically loading assemblies into a .NET application. This package should be used by the host application which needs to load plugins. See https://github.com/natemcmaster/DotNetCorePlugins/blob/main/README.md for more samples and documentation.12Mdownloads/mo
- 2423AWSSDK.Route53DomainsAmazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service.12Mdownloads/mo
- 2424Lindhart.Analyser.MissingAwaitWarningWhen using dependency injection and async-await pattern it is possible to end up with an interface with a method that returns a Task. If this interface method is used in a synchronous method there is a likelihood that it will erroneously be run as a fire and forget method. In this situation this analyser generates a warning.12Mdownloads/mo
- 2425FizzlerFizzler is a W3C Selectors parser and generic selector framework for document hierarchies.12Mdownloads/mo
- 2426LamarFast ASP.Net Core compatible IoC Tool, Successor to StructureMap12Mdownloads/mo
- 2427protobuf-net.Grpc.AspNetCoreHosts code-first gRPC services in ASP.NET Core12Mdownloads/mo
- 2428Volo.Abp.EntityFrameworkCorePackage Description12Mdownloads/mo
- 2429FastEndpoints.SwaggerSwagger support for FastEndpoints.12Mdownloads/mo
- 2430AspNetCore.HealthChecks.MySqlHealthChecks.MySql is the health check package for MySQL.12Mdownloads/mo
- 2431Xamarin.Android.Support.CollectionsXamarin.Android bindings for Android Support Library - collections12Mdownloads/mo
- 2432Avalonia.Win32Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.12Mdownloads/mo
- 2433XLabs.PlatformThis package contains the core cross-platform framework for all of XLabs across all platforms.12Mdownloads/mo
- 2434AzureSignToolAzure Sign Tool is similar to signtool in the Windows SDK, with the major difference being that it uses Azure Key Vault for performing the signing process. The usage is like signtool, except with a limited set of options for signing and options for authenticating to Azure Key Vault.12Mdownloads/mo
- 2435Hl7.Fhir.SupportCommon interfaces and classes used by all FHIR .NET assemblies12Mdownloads/mo
- 2436ConsoleTablesAllows you to print out objects in a table view in a console application. Should be helpful for the diehard console fans.12Mdownloads/mo
- 2437Amazon.CDK.Asset.AwsCliV1A library that contains the AWS CLI for use in Lambda Layers (Stability: Stable)12Mdownloads/mo
- 2438Microsoft.AspNet.WebPages.OAuthThis package contains the runtime assemblies for ASP.NET Web Pages. ASP.NET Web Pages and the new Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content.12Mdownloads/mo
- 2439Xamarin.UITestUI Automation Framework for testing Android and iOS apps.12Mdownloads/mo
- 2440App.Metrics.Health.AbstractionsApp Metrics Health abstractions and interfaces.12Mdownloads/mo
- 2441NSwag.SwaggerGenerationNSwag: The Swagger API toolchain for .NET and TypeScript12Mdownloads/mo
- 2442Destructurama.JsonNetAdds support for logging JSON.NET dynamic types as structured data with Serilog.12Mdownloads/mo
- 2443Renci.SshNet.AsyncExtends Renci.SshNet to implement the task-based async pattern12Mdownloads/mo
- 2444NServiceBus.RabbitMQRabbitMQ support for NServiceBus12Mdownloads/mo
- 2445Xamarin.Android.Support.VersionedParcelableXamarin.Android bindings for Android Support Library - versionedparcelable12Mdownloads/mo
- 2446NSwag.Generation.WebApiNSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript12Mdownloads/mo
- 2447Microsoft.Orleans.SdkMicrosoft Orleans meta package to bring in the base Orleans packages for all project types.12Mdownloads/mo
- 2448Reo.Core.ValidationPackage Description12Mdownloads/mo
- 2449Xamarin.Firebase.Annotations.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-annotations'.12Mdownloads/mo
- 2450Google.Apis.Oauth2.v2Google APIs Client Library for working with Oauth2 v2. Product documentation is available at: https://developers.google.com/identity/protocols/oauth2/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.Oauth2.v2/latest/api/Google.Apis.Oauth2.v2.html The source code for this package is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Oauth2.v2 Supported Platforms: - .NET Framework 4.6.2+ - .NET Standard 2.0 - .NET 6.0+ Incompatible platforms: - .NET Framework < 4.6.2 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin/MAUI - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.012Mdownloads/mo