StyleCop.Analyzers.Unstable
by: Sam Harwell et. al.
- 664 total downloads
- Latest version: 1.2.0.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
SshNet.Security.Cryptography
by: Renci
- 14.97k total downloads
- Latest version: 1.3.0
Cryptographic functions for .NET
StyleCop.Analyzers
by: Sam Harwell et. al.
- 1.836k total downloads
- Latest version: 1.2.0-beta.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Swagger.Net
by: Mike Trionfo
- 46 total downloads
- Latest version: 0.5.5
Documents the ASP.NET Web API using the Swagger specification.
Swagger.Net targets .NET 4.0 and will expose any apis the inherit from the ApiController in the new ASP.NET Web API.
Swagger.NET aims to conform to the Swagger specification to support all swagger components including client code gen.
StoredProcedureEFCore
by: Grégoire Verdier
- 124 total downloads
- Latest version: 0.3.1
Entity Framework Core extension to execute a stored procedure and map the result
SqlSugarCore.Kdbndp
by: sun kaixuan
- 23 total downloads
- Latest version: 6.0.0
SqlSugarCore.Kdbndp R6 使用 6.0 , R3 1.0
System.Collections.Immutable
by: Microsoft
- 21.805k total downloads
- Latest version: 6.0.0-preview.5.21301.5
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>
Swashbuckle
by: Richard Morris
- 49 total downloads
- Latest version: 5.6.0
Seamlessly adds a Swagger to WebApi projects!
Swagger.Net.UI
by: Mike Trionfo
- 43 total downloads
- Latest version: 1.1.0
Swagger UI is written by the wordnik folks and allows one to interact with a REST API that is documented using the Swagger spec (including swagger's code gen tools). This package makes the latest available for the .NET community.
This is packaged with a pre-release version of Swagger.Net which emits the Swagger spec for the ASP.NET Web API.
NOTE: Currently broken in IE. Use in other browser.
System.Collections.Concurrent
by: Microsoft
- 140 total downloads
- Latest version: 4.0.10-beta-22816
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently.
Commonly Used Types:
System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue>
System.Collections.Concurrent.ConcurrentQueue<T>
System.Collections.Concurrent.ConcurrentBag<T>
System.Collections.Concurrent.BlockingCollection<T>
System.Collections.Concurrent.ConcurrentStack<T>
System.Collections
by: Microsoft
- 193 total downloads
- Latest version: 4.0.10-beta-22816
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections.
Commonly Used Types:
System.Collections.Generic.List<T>
System.Collections.Generic.Dictionary<TKey, TValue>
System.Collections.Generic.Queue<T>
System.Collections.Generic.Stack<T>
System.Collections.Generic.HashSet<T>
System.Collections.Generic.LinkedList<T>
System.Collections.Generic.EqualityComparer<T>
System.Collections.Generic.Comparer<T>
System.Collections.Generic.SortedDictionary<TKey, TValue>
System.AppContext
by: Microsoft
- 129 total downloads
- Latest version: 4.0.0-beta-22816
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data.
Commonly Used Types:
System.AppContext
Swashbuckle.AspNetCore
by: domaindrivendev
- 2.658k total downloads
- Latest version: 7.1.0
Swagger tools for documenting APIs built on ASP.NET Core
SqlSugar
by: sun kaixuan
- 2.28k total downloads
- Latest version: 5.1.4.207
.Net Framework 安装此版本, 5.0.3.3-max 最低要求 .Net Framework 4.6 | 5.0.0.2-5.0.3.2 最低要求 .Net Framework 4.5 | 4.0-4.9.11 最低要求 .Net Framework 4.0+
sqlSugar
by: sun kaixuan
- 1.143k total downloads
- Latest version: 5.0.1.5
SqlSugar 5.0+ .Net Framework 4.5+ , SqlSugar 4.0+ .Net Framework 4.0+
structuremap
by: Jeremy Miller
- 29 total downloads
- Latest version: 2.6.3
StructureMap is a Dependency Injection / Inversion of Control tool for .Net that can be used to improve the architectural qualities of an object oriented system by reducing the mechanical costs of good design techniques. StructureMap can enable looser coupling between classes and their dependencies, improve the testability of a class structure, and provide generic flexibility mechanisms. Used judiciously, StructureMap can greatly enhance the opportunities for code reuse by minimizing direct coupling between classes and configuration mechanisms.
sqlSugarCore
by: sunkaixuan
- 42 total downloads
- Latest version: 4.0.0.2
Asp.net Core ORM SqlSugar ORM,core 1.0,High-performance, lightweight https://github.com/sunkaixuan/SqlSugar
SQLitePCLRaw.lib.e_sqlite3.v140
by: Eric Sink D. Richard Hipp et al
- 799 total downloads
- Latest version: 1.1.14
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
System.Collections.Immutable.Net40
by: Microsoft Corporation
- 80 total downloads
- Latest version: 1.0.30.17
Retargeted for .Net 4.0. Unofficial, unsupported build
https://github.com/jlanng/ImmutableCollectionsNet40
StackExchange.Redis
by: Stack Exchange inc. marc.gravell
- 347 total downloads
- Latest version: 1.0.247
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve
StrongNamer
by: Daniel Plaisted
- 266 total downloads
- Latest version: 0.2.5
Strong Namer will automatically add strong names to referenced assemblies which do not already have a strong name.