SharpZipLib by: http://www.icsharpcode.net/
  • 7 total downloads
  • Latest version: 0.86.0
#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language).
SimpleBlazorMultiselect by: Boris Gerretzen
  • 96 total downloads
  • Latest version: 0.3.0
  • Blazor, multiselect, form, dropdown, combobox, bootstrap
Simple Blazor multiselect component, Bootstrap compatible but not required!
SixLabors.ImageSharp by: Six Labors and contributors
  • 1,854k total downloads
  • Latest version: 3.1.12
  • Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga Tiff WebP NetCore
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SixLabors.ImageSharp.Web by: Six Labors and contributors
  • 1 total downloads
  • Latest version: 3.2.0
  • Image Middleware Resize Crop Gif Jpg Jpeg Bitmap Png WebP Tiff Core Cache ASP
ImageSharp Middleware for serving images via a url based API.
SlowCheetah by: Sayed Ibrahim Hashimi
  • 6 total downloads
  • Latest version: 2.5.48
  • SlowCheetah slow cheetah XML Transform XDT web.config app.config
Allows for configuration based XML transformations at build time.
SonarAnalyzer.CSharp by: SonarSource
  • 11,564k total downloads
  • Latest version: 10.17.0.131074
  • Roslyn Analyzer Analyzers Refactoring CodeAnalysis CleanCode Clean Code Sonar SonarAnalyzer Dotnet CSharp CodeQuality CodeReview StaticCodeAnalysis SonarQube SonarCloud SonarLint SonarQubeServer SonarQubeCloud SonarQubeIDE
Roslyn analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarQube for IDE (Visual Studio, Rider, see https://www.sonarsource.com/products/sonarlint), which is a free extension that can be used standalone or with SonarQube (Server, Cloud, see: https://www.sonarsource.com/products/sonarqube/ and https://www.sonarsource.com/products/sonarcloud/).
StructureMap.MVC5 by: Web Advanced
  • 3 total downloads
  • Latest version: 3.0.4.125
Adds the latest version of structuremap and configures it as the default Dependency Resolver for ASP.NET MVC5. Does not work with 'ApiControllers', please add the Structuremap.WebAPI2 package if you need WebAPI support.
structuremap.web by: Jeremy Miller
  • 6 total downloads
  • Latest version: 4.0.0.315
ASP.Net specific functionality for use with the StructureMap IoC container
StructureMap.WebApi2 by: Web Advanced
  • 3 total downloads
  • Latest version: 3.0.4.125
Adds the latest version of structuremap and configures it as the default Dependency Resolver.
structuremap.web-signed by: Jeremy Miller
  • 5 total downloads
  • Latest version: 3.1.6.191
A strong named version of StructureMap.Web for shops that require signing
structuremap-signed by: Jeremy Miller
  • 2 total downloads
  • Latest version: 3.1.9.463
A strong named version of StructureMap for shops that require signing
Swashbuckle.AspNetCore by: domaindrivendev
  • 5,159k total downloads
  • Latest version: 9.0.4
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.Core by: Richard Morris
  • 1 total downloads
  • Latest version: 5.6.0
  • Swagger SwaggerUi Documentation Discovery Help WebApi AspNet AspNetWebApi Docs SelfHost OWIN
Seamlessly adds a Swagger to WebApi projects!
System.Composition by: Microsoft
  • 283 total downloads
  • Latest version: 6.0.0
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions
System.Diagnostics.DiagnosticSource by: Microsoft
  • 1,058k total downloads
  • Latest version: 9.0.3
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) Commonly Used Types: System.Diagnostics.DiagnosticListener System.Diagnostics.DiagnosticSource
System.Linq.Dynamic.Core by: ZZZ Projects, Stef Heyenrath, Microsoft, Scott Guthrie, King Wilder, Nathan Arnott
  • 241 total downloads
  • Latest version: 1.6.0.2
  • system linq dynamic core dotnet NETCoreApp NETStandard
This is a .NETStandard / .NET Core port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality.
System.Private.Uri by: Microsoft
  • 532 total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri. When using NuGet 3.x this package requires at least version 3.4.
System.Runtime.InteropServices.NFloat.Internal by: Microsoft
  • 2 total downloads
  • Latest version: 6.0.1
Exposes additional NFloat APIs for Xamarin/Maui APIs from System.Runtime.InteropServices
System.Spatial by: Microsoft Corporation
  • 2 total downloads
  • Latest version: 5.8.4
  • wcf data services odata odatalib edmlib spatial ado.net ef entity framework open protocol wcfds wcfdataservices dataservices
Contains classes and methods that facilitate geography and geometry spatial operations. Targets .NET 4.0, Silverlight 4.0 or .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
System.Text.Json by: Microsoft
  • 6 total downloads
  • Latest version: 6.0.0
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. Commonly Used Types: System.Text.Json.JsonSerializer System.Text.Json.JsonDocument System.Text.Json.JsonElement System.Text.Json.Utf8JsonWriter System.Text.Json.Utf8JsonReader