SonarAnalyzer.CSharp
by: SonarSource
- 21,536k total downloads
- Latest version: 10.28.0.143324
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/).
Spectre.Console
by: Patrik Svensson, Phil Scott, Nils Andresen, Cédric Luthi
- 2,538k total downloads
- Latest version: 0.55.0
A library that makes it easier to create beautiful console applications.
Spectre.Console.Ansi
by: Patrik Svensson, Phil Scott, Nils Andresen, Cédric Luthi
- 666 total downloads
- Latest version: 0.55.0
A library that makes it easier to create beautiful console applications.
Splat.Builder
by: .NET Foundation and Contributors
- 1 total downloads
- Latest version: 19.3.1
A library to make things cross-platform that should be.
Splat.Core
by: .NET Foundation and Contributors
- 1 total downloads
- Latest version: 19.3.1
A library to make things cross-platform that should be.
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 4 total downloads
- Latest version: 3.0.3
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SQLitePCLRaw.lib.e_sqlite3.ios
by: Eric Sink
- 1 total downloads
- Latest version: 2.1.5
This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
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
- 9,218k total downloads
- Latest version: 10.2.3
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Annotations
by: domaindrivendev
- 114 total downloads
- Latest version: 10.2.3
Provides custom attributes that can be applied to controllers, actions and models to enrich the generated Swagger
Swashbuckle.AspNetCore.Swagger
by: domaindrivendev
- 1,338k total downloads
- Latest version: 10.2.3
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen
by: domaindrivendev
- 1,595k total downloads
- Latest version: 10.2.3
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI
by: domaindrivendev
- 1,627k total downloads
- Latest version: 10.2.3
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
System.ClientModel
by: Microsoft
- 665 total downloads
- Latest version: 1.9.0
Contains building blocks for clients that call cloud services.
System.CodeDom
by: Microsoft
- 4 total downloads
- Latest version: 9.0.6
Provides types that can be used to model the structure of a source code document and to output source code for that model in C# or Visual Basic.
System.Collections.Immutable
by: Microsoft
- 2,6k total downloads
- Latest version: 10.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.
The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.ComponentModel.Composition
by: Microsoft
- 4 total downloads
- Latest version: 9.0.6
This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF.
Commonly Used Types:
System.ComponentModel.Composition.ChangeRejectedException
System.ComponentModel.Composition.CompositionContractMismatchException
System.ComponentModel.Composition.CompositionError
System.ComponentModel.Composition.CompositionException
System.ComponentModel.Composition.ExportAttribute
System.ComponentModel.Composition.ImportAttribute
System.ComponentModel.Composition.ImportCardinalityMismatchException
System.ComponentModel.Composition.Hosting.AggregateCatalog
System.ComponentModel.Composition.Hosting.ApplicationCatalog
System.ComponentModel.Composition.Hosting.AssemblyCatalog
System.ComponentModel.Composition.Hosting.CompositionContainer
System.ComponentModel.Composition.Primitives.ComposablePartException
System.ComponentModel.Composition.Primitives.ExportDefinition
System.ComponentModel.Composition.Primitives.ImportDefinition
System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices
System.ComponentModel.Composition.Registration
by: Microsoft
- 4 total downloads
- Latest version: 9.0.6
This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF.
Commonly Used Types:
System.ComponentModel.Composition.Registration.RegistrationBuilder
System.ComponentModel.Composition.Registration.PartBuilder
System.ComponentModel.Composition.Registration.PartBuilder<T>
System.ComponentModel.Composition.Registration.ParameterImportBuilder
System.ComponentModel.Composition.Registration.ImportBuilder
System.ComponentModel.Composition.Registration.ExportBuilder
System.Composition
by: Microsoft
- 395 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