runtime.win-x64.runtime.native.System.Data.SqlClient.sni by: Microsoft
  • 604 total downloads
  • Latest version: 4.4.0
Internal implementation package not meant for direct consumption. Please do not reference directly. d0d5c7b49271cadb6d97de26d8e623e98abdc8db When using NuGet 3.x this package requires at least version 3.4.
runtime.win-x86.runtime.native.System.Data.SqlClient.sni by: Microsoft
  • 604 total downloads
  • Latest version: 4.4.0
Internal implementation package not meant for direct consumption. Please do not reference directly. d0d5c7b49271cadb6d97de26d8e623e98abdc8db When using NuGet 3.x this package requires at least version 3.4.
SecurityCodeScan.VS2019 by: Jaroslav Lobačevski
  • 5,755k total downloads
  • Latest version: 5.6.7
  • SecurityCodeScan Security.Code.Scan Security Code Scan StaticAnalysis Vulnerability Analyzer .NET Roslyn OWASP Injection XSS CSRF XXE SQLi
Security static code analyzer for .NET
Selenium.Support by: Selenium Committers
  • 2 total downloads
  • Latest version: 2.41.0
  • Selenium WebDriver browser automation support
Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains .NET support classes for the Selenium WebDriver API, which includes helper classes for HTML Select elements, waiting for conditions, and Page Object creation.
Selenium.WebDriver by: Selenium Committers
  • 2 total downloads
  • Latest version: 2.41.0
  • Selenium WebDriver browser automation
Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the newer, more concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser.
Serilog by: Serilog Contributors
  • 1,269k total downloads
  • Latest version: 4.3.0
  • serilog logging semantic structured
Simple .NET logging with fully-structured events
Serilog.Sinks.Debug by: Serilog Contributors
  • 4,99k total downloads
  • Latest version: 2.0.0
  • serilog debug
A Serilog sink that writes log events to the debug output window.
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.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.
Swashbuckle.AspNetCore by: domaindrivendev
  • 5,16k total downloads
  • Latest version: 9.0.4
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.Collections.Immutable by: Microsoft
  • 5,047k total downloads
  • Latest version: 5.0.0
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. Commonly Used Types: System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableArray<T> System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary<TKey,TValue> System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet<T> System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList<T> System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue<T> System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet<T> System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack<T>
System.ComponentModel.Primitives by: Microsoft
  • 3,662k total downloads
  • Latest version: 4.3.0
Provides interfaces that are used to implement the run-time and design-time behavior of components. Commonly Used Types: System.ComponentModel.IComponent System.ComponentModel.IContainer System.ComponentModel.ISite System.ComponentModel.ComponentCollection When using NuGet 3.x this package requires at least version 3.4.
System.ComponentModel.TypeConverter by: Microsoft
  • 3,642k total downloads
  • Latest version: 4.3.0
Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types. Commonly Used Types: System.ComponentModel.TypeConverter System.ComponentModel.TypeConverterAttribute System.ComponentModel.PropertyDescriptor System.ComponentModel.StringConverter System.ComponentModel.ITypeDescriptorContext System.ComponentModel.EnumConverter System.ComponentModel.TypeDescriptor System.ComponentModel.Int32Converter System.ComponentModel.BooleanConverter System.ComponentModel.DoubleConverter When using NuGet 3.x this package requires at least version 3.4.
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