Sripe.RealtimeWellLog.Analyzing.Offline by: Jaren Duan
  • 2 total downloads
  • Latest version: 0.7.2
Package Description
StackExchange.Redis by: Stack Exchange inc. marc.gravell
  • 74 total downloads
  • Latest version: 1.0.247
  • Async Redis NoSQL Client Distributed Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve
Steeltoe.Common.Abstractions by: Broadcom
  • 3 total downloads
  • Latest version: 4.0.0
  • Steeltoe
Abstractions commonly used across Steeltoe components.
Steeltoe.Connector.Abstractions by: Broadcom
  • 2 total downloads
  • Latest version: 4.0.0
  • connectors services
Abstractions for working with backing services.
Steeltoe.Connector.ConnectorBase by: Broadcom
  • 3 total downloads
  • Latest version: 4.0.0
  • connectors services
Connectors for using service bindings in your application.
Steeltoe.Discovery.Abstractions by: Broadcom
  • 2 total downloads
  • Latest version: 4.0.0
  • service discovery service registry Spring Cloud
Abstractions for service registration and discovery.
Steeltoe.Discovery.ClientBase by: Broadcom
  • 3 total downloads
  • Latest version: 4.0.0
  • service discovery service registry Spring Cloud eureka consul kubernetes
Base package for using Steeltoe Service Discovery.
Steeltoe.Discovery.ClientCore by: Broadcom
  • 3 total downloads
  • Latest version: 4.0.0
  • aspnetcore service discovery service registry Spring Cloud eureka consul kubernetes
Package for using Steeltoe Service Discovery Client in ASP.NET Core applications.
Steeltoe.Extensions.Configuration.Abstractions by: Broadcom
  • 2 total downloads
  • Latest version: 4.0.0
  • configuration spring boot
Abstractions used in Steeltoe Configuration libraries.
Steeltoe.Extensions.Configuration.CloudFoundryBase by: Broadcom
  • 3 total downloads
  • Latest version: 4.0.0
  • configuration CloudFoundry vcap
Configuration Provider for reading Cloud Foundry Environment Variables.
StrongNamer by: Daniel Plaisted
  • 26 total downloads
  • Latest version: 0.2.5
  • strongname strong name naming
Strong Namer will automatically add strong names to referenced assemblies which do not already have a strong name.
StyleCop.Analyzers by: Sam Harwell et. al.
  • 228 total downloads
  • Latest version: 1.2.0-beta.556
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
StyleCop.Analyzers.Unstable by: Sam Harwell et. al.
  • 60 total downloads
  • Latest version: 1.2.0.556
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
SummerBoot by: SummerBoot
  • 15 total downloads
  • Latest version: 1.2.0
SummerBoot,致力于让新人快速上手net core,将SpringBoot的先进理念与C#的简洁优雅合二为一。github地址:https://github.com/TripleView/SummerBoot
Swagger-Net by: Swagger-Net Team
  • 281 total downloads
  • Latest version: 8.5.28.1
  • Swagger SwaggerUi Documentation Discovery Help WebApi AspNet AspNetWebApi Docs SelfHost OWIN
Add a Swagger(ui 3.x) to your WebApi projects!
Swashbuckle.AspNetCore by: domaindrivendev
  • 258 total downloads
  • Latest version: 9.0.6
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.AppContext by: Microsoft
  • 16 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
System.Collections by: Microsoft
  • 26 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.Collections.Concurrent by: Microsoft
  • 11 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.Immutable.Net40 by: Microsoft Corporation
  • 9 total downloads
  • Latest version: 1.0.30.17
  • immutable collections
Retargeted for .Net 4.0. Unofficial, unsupported build https://github.com/jlanng/ImmutableCollectionsNet40