EPPlus by: EPPlus Software AB
  • 4.711k total downloads
  • Latest version: 7.1.2
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 26 total downloads
  • Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package. This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI. Example project that targets multiple frameworks: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" /> <PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" /> </ItemGroup> </Project>
Humanizer by: Mehdi Khalili Claire Novotny
  • 149 total downloads
  • Latest version: 2.14.1
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Jaeger by: Chatham Financial Corp. and The Jaeger Authors
  • 121 total downloads
  • Latest version: 1.0.3
Jaeger .NET Tracing
GraphQL-Parser by: Marek Magdziak
  • 7 total downloads
  • Latest version: 1.0.0
  • GraphQL
Library containing lexer and parser for GraphQL syntax
GraphQL.Analyzers by: Joe McBride
  • 11 total downloads
  • Latest version: 7.8.0
  • GraphQL.Analyzers analyzers
GraphQL.Analyzers
HotChocolate by: ChilliCream authors and contributors
  • 496 total downloads
  • Latest version: 13.9.0
  • GraphQL ChilliCream
Contains the Hot Chocolate GraphQL query execution engine and query validation.
Hyak.Common by: Microsoft
  • 79 total downloads
  • Latest version: 1.2.2
  • Microsoft Microsoft Azure Cloud REST HTTP Client Core Common Hyak
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
GeoAPI.CoordinateSystems by: NetTopologySuite Team
  • 12 total downloads
  • Latest version: 1.7.5
  • OGC SFS NTS GIS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
FluentValidation by: Jeremy Skinner
  • 47 total downloads
  • Latest version: 2.0.0
A validation library for .NET, Silverlight and WP7 that uses a fluent interface to construct strongly-typed validation rules.
EntityFramework by: Microsoft
  • 257 total downloads
  • Latest version: 6.4.4
  • Microsoft EntityFramework EF Database Data O/RM ADO.NET
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
EPPlus.System.Drawing by: EPPlus.System.Drawing
  • 1.633k total downloads
  • Latest version: 6.1.1
Package Description
GeoAPI by: NetTopologySuite Team
  • 139 total downloads
  • Latest version: 1.7.5
  • OGC SFS NTS GIS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
GeoAPI.Core by: NetTopologySuite Team and Fabrício Godoy
  • 31 total downloads
  • Latest version: 1.7.5
  • OGC SFS NTS GIS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
IBMMQDotnetClient by: IBM
  • 374 total downloads
  • Latest version: 9.3.5
  • ibmmq messaging middleware integration cloud ibm mq ibmxms mqdotnetclient ibmxmsdotnetclient ibmmqdotnetclient mq.net messageserviceclient xms.net ibmmq.net ibmxms.net mqdlls mqlibs xms mqclients cp4i
IBM® MQ classes for .NET Standard
EPPlus.Interfaces by: EPPlus.Interfaces
  • 1.644k total downloads
  • Latest version: 6.1.1
Package Description
HotChocolate.Data by: ChilliCream authors and contributors
  • 6.848k total downloads
  • Latest version: 13.9.0
  • GraphQL ChilliCream
Contains ready to use extensions for data management in HotChocolate. This includes filtering, projections and sorting
JetBrains.Annotations by: JetBrains
  • 269 total downloads
  • Latest version: 2023.3.0
  • jetbrains resharper rider annotations canbenull notnull
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections. All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
HotChocolate.AspNetCore by: ChilliCream authors and contributors
  • 637 total downloads
  • Latest version: 13.9.0
  • GraphQL ChilliCream
This package contains the GraphQL ASP.NET Core middleware for Hot Chocolate. Moreover, this package includes the Banana Cake Pop middleware, which provides you with our beloved GraphQL IDE middleware.
GraphQL by: Joseph T. McBride
  • 137 total downloads
  • Latest version: 0.9.3
  • GraphQL json api
GraphQL for .NET