SoloX.CodeQuality.Prod
by: Xavier Solau
- 1 total downloads
- Latest version: 2.0.3
Setup coding style and analysis for production projects (using NetAlalyzers and CodeStyle).
SonarAnalyzer.CSharp
by: SonarSource
- 23,503k total downloads
- Latest version: 10.33.0.1635
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,864k 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
- 989 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
- 5 total downloads
- Latest version: 3.0.5
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_*.
StackExchange.Redis
by: Stack Exchange, Inc., Marc Gravell, Nick Craver
- 46 total downloads
- Latest version: 3.1.31
High performance Redis client, incorporating both synchronous and asynchronous usage.
StreamJsonRpc
by: Microsoft
- 14 total downloads
- Latest version: 2.25.29+RR
A cross-platform .NETStandard library that implements the JSON-RPC wire protocol and can use System.IO.Stream, System.IO.Pipelines or WebSocket so you can use it with any transport.
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,996k total downloads
- Latest version: 10.2.3
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Annotations
by: domaindrivendev
- 158 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,476k 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,751k total downloads
- Latest version: 10.2.3
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI
by: domaindrivendev
- 1,737k 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
- 1,024k total downloads
- Latest version: 1.9.0
Contains building blocks for clients that call cloud services.
System.CodeDom
by: Microsoft
- 5 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,939k 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.