sharpconfig
by: Cemalettin Dervis
- 57 total downloads
- Latest version: 3.2.8
SharpConfig is an easy-to-use CFG/INI configuration library for .NET.
SharpConfig
by: SharpConfig
- 12 total downloads
- Latest version: 3.2.9.1
An easy to use CFG/INI configuration library for .NET.
SKIT.FlurlHttpClient.Common
by: Fu Diwei
- 19 total downloads
- Latest version: 3.1.1
SKIT.FlurlHttpClient 系列开发工具包的公共组件。完整组件请见 https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient
SKIT.FlurlHttpClient.Wechat.Api
by: Fu Diwei
- 133 total downloads
- Latest version: 3.13.0
基于 Flurl.Http 的微信 API 客户端,支持公众平台(订阅号、服务号、小程序、小游戏、小商店、视频号)、开放平台等平台,支持基础服务、模板消息、订阅消息、客服消息、动态消息、菜单管理、素材管理、留言管理、用户管理、账号管理、草稿箱、发布能力、数据统计、微信门店、微信小店、视频号小店、智能接口、一物一码、微信发票、微信非税缴费、插件管理、附近的小程序、小程序码、小程序搜索、URL Scheme、URL Link、即时配送、物流助手、直播、生物认证、虚拟支付、开放数据、对局匹配、帧同步、内容安全、安全风控、交易组件、小程序联盟、第三方平台、服务平台等功能。
SKIT.FlurlHttpClient.Wechat.TenpayV3
by: Fu Diwei
- 116 total downloads
- Latest version: 3.16.0
基于 Flurl.Http 的微信支付 API v3 版客户端,支持普通商户(直连)、合作伙伴(服务商、渠道商、机构、银行)两种接入模式,支持基础支付、代金券、商家券、商品券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、平台收付通、二级商户进件、小微商户进件、消费者投诉、商户风控管理、商户违规通知、批量转账到零钱、银行组件、海关报关、融合钱包、微工卡、电子发票、电子小票、车主平台、教育续费通、校园轻松付、商家名片会员等功能。
SSH.NET
by: Renci
- 65 total downloads
- Latest version: 2025.1.0
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
SshNet.Security.Cryptography
by: Renci
- 10 total downloads
- Latest version: 1.3.0
Cryptographic functions for .NET
StackExchange.Redis
by: Stack Exchange Inc. Marc Gravell Nick Craver
- 180 total downloads
- Latest version: 2.10.1
High performance Redis client, incorporating both synchronous and asynchronous usage.
StackExchange.Redis.StrongName
by: Stack Exchange Inc. marc.gravell
- 63 total downloads
- Latest version: 1.2.6
High performance Redis client, incorporating both synchronous and asynchronous usage.
StyleCop.Analyzers
by: Sam Harwell et. al.
- 57 total downloads
- Latest version: 1.2.0-beta.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
StyleCop.Analyzers.Unstable
by: Sam Harwell et. al.
- 44 total downloads
- Latest version: 1.2.0.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Swashbuckle.AspNetCore
by: domaindrivendev
- 138 total downloads
- Latest version: 7.1.0
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Swagger
by: domaindrivendev
- 180 total downloads
- Latest version: 10.0.1
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen
by: domaindrivendev
- 101 total downloads
- Latest version: 10.0.1
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI
by: domaindrivendev
- 180 total downloads
- Latest version: 10.0.1
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
Swashbuckle.AspNetCore.SwaggerUi
by: Swashbuckle.AspNetCore.SwaggerUi
- 2 total downloads
- Latest version: 1.0.0-rc1
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
System.AppContext
by: Microsoft
- 17 total downloads
- Latest version: 4.3.0
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data.
Commonly Used Types:
System.AppContext
When using NuGet 3.x this package requires at least version 3.4.
System.Buffers.Primitives
by: Microsoft Corporation
- 1 total downloads
- Latest version: 0.1.0-alpha-001
Slices of arrays and buffers
System.CodeDom
by: Microsoft
- 84 total downloads
- Latest version: 10.0.0
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
by: Microsoft
- 13 total downloads
- Latest version: 4.3.0
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>
When using NuGet 3.x this package requires at least version 3.4.
System.Collections.Concurrent
by: Microsoft
- 18 total downloads
- Latest version: 4.3.0
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>
When using NuGet 3.x this package requires at least version 3.4.