全部标签
目录标签

#csharp

公开记录中带有此标签的全部仓库——标签来自其 GitHub 主题或软件包注册表发布的关键词。健康度量遵循与记录其余部分相同的版本化方法论。

1,253 条记录
标签为“csharp”按健康指数排序
69良好健康指数
soenneker/soenneker.tests.logging
A base testing class providing logging capabilities
C#★ 02026年7月18日
MIT2026年7月18日 · 指标 2.10.0
69良好健康指数
soenneker/soenneker.utils.delay
A utility library for generic time delay related operations
C#★ 12026年7月17日
MIT2026年7月17日 · 指标 2.10.0
69良好健康指数
unoplatform/uno.fonts
Uno Platform Fonts
PowerShell★ 122026年7月28日
自定义许可证2026年7月28日 · 指标 2.10.0
NuGet
69良好健康指数
yantrajs/yantra
JavaScript Engine for .NET
JavaScript · C#★ 2572026年8月25日
Apache-2.02026年8月25日 · 指标 2.10.0
NuGet
67良好健康指数
JKorf/BitMart.Net
A C# .netstandard client library for the BitMart REST and Websocket Spot and Futures API focusing on clear usage and models
C#★ 72026年7月21日
MIT2026年7月21日 · 指标 2.10.0
NuGet
67良好健康指数
JKorf/DeepCoin.Net
A C# .netstandard client library for the DeepCoin REST and Websocket Spot and Futures API focusing on clear usage and models
C#★ 82026年7月21日
MIT2026年7月21日 · 指标 2.10.0
NuGet
67良好健康指数
JKorf/XT.Net
A C# .netstandard client library for the XT.com REST and Websocket Spot and Futures API focusing on clear usage and models
C#★ 52026年7月21日
MIT2026年7月21日 · 指标 2.10.0
crates.io
67良好健康指数
LiveSplit/livesplit-core
livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
Rust★ 228↓ 195/月2026年7月31日
Apache-2.02026年7月31日 · 指标 2.10.0
NuGet
67良好健康指数
NewLifeX/NewLife.RocketMQ
纯托管轻量级RocketMQ客户端,支持发布消息、消费消息、负载均衡等核心功能!
C#★ 2252026年9月6日
MIT2026年9月6日 · 指标 2.10.0
NuGet
67良好健康指数
ProwlEngine/Anthology
The collection of libraries that power the Prowl game engine.
C#★ 22026年7月24日
MIT2026年7月24日 · 指标 2.10.0
NuGet
67良好健康指数
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
C#★ 7,3592026年8月28日
MIT2026年8月28日 · 指标 2.10.0
NuGet
67良好健康指数
anmcgrath/BlazorDatasheet
Simple excel-like datasheet Blazor component
C# · HTML★ 3592026年8月21日
MIT2026年8月21日 · 指标 2.10.0
NuGet
67良好健康指数
atc-net/atc-coding-rules-updater
A CLI tool to update atc coding rules and guidelines in a project / solution.
C#★ 42026年7月29日
MIT2026年7月29日 · 指标 2.10.0
NuGet
67良好健康指数
danikf/tik4net
Manage mikrotik routers with .NET C# code via ADO.NET like API or enjoy O/R mapper like highlevel api.
C#★ 1952026年7月20日
Apache-2.02026年7月20日 · 指标 2.10.0
NuGet
67良好健康指数
danzuep/MailKitSimplified
Send and receive emails easily, fluently, with one line of code for each operation.
C#★ 952026年7月26日
MIT2026年7月26日 · 指标 2.10.0
NuGet · npm · PyPI
67良好健康指数
davidxuang/FluentIcons
A multi-framework control library of https://github.com/microsoft/fluentui-system-icons
C# · TypeScript★ 2172026年9月1日
MIT2026年9月1日 · 指标 2.10.0
NuGet
67良好健康指数
euonia-project/euonia-dotnet
Euonia is a development framework and toolkit library for developers to build .NET application/service. It aims to provide a comprehensive and user-friendly solution to empowers developers to build efficient, scalable and robust systems that can handle complex distributed workflows.
C#★ 42026年8月10日
GPL-3.02026年8月10日 · 指标 2.10.0
npm
67良好健康指数
fluffynuts/PeanutButter
Tasty, versatile, nutritious; goes with many things in .net.
C#★ 1882026年7月21日
BSD-3-Clause2026年7月21日 · 指标 2.10.0
NuGet
67良好健康指数
jscarle/PostKit
A MimeKit infused implementation of the Postmark API.
C#★ 32026年8月9日
MIT2026年8月9日 · 指标 2.10.0
npm
67良好健康指数
livekit/client-sdk-unity
Official Unity SDK for LiveKit
C#★ 932026年9月1日
Apache-2.02026年9月1日 · 指标 2.10.0
NuGet
67良好健康指数
snltty/linker
极具特色的,P2P打洞(UDP+TCP、IPV4+IPV6) + 服务器转发,实现的异地组网、内网穿透。让你那些散落在世界各地的联网设备就像在隔壁房间一样轻松访问。
C# · Vue★ 1,4272026年7月27日
GPL-3.02026年7月27日 · 指标 2.10.0
67良好健康指数
soenneker/soenneker.asyncs.initializers
A lightweight, async-safe, allocation-free one-time initialization gate. Ensures a given asynchronous initialization routine runs exactly once, even under concurrent callers, with support for cancellation, safe publication, and disposal.
C#★ 02026年7月16日
MIT2026年7月16日 · 指标 2.10.0
67良好健康指数
soenneker/soenneker.atomics.ints
A thread-safe int implemented on top of Interlocked/Volatile operations.
C#★ 02026年7月17日
MIT2026年7月17日 · 指标 2.10.0
67良好健康指数
soenneker/soenneker.atomics.longs
A thread-safe long implemented on top of Interlocked/Volatile operations.
C#★ 02026年7月18日
MIT2026年7月18日 · 指标 2.10.0
67良好健康指数
soenneker/soenneker.atomics.resources
AtomicResource is a thread-safe utility for holding a single instance of a resource that can be lazily created, atomically reset, and asynchronously torn down, ensuring safe concurrent access and predictable lifecycle management.
C#★ 02026年7月18日
MIT2026年7月18日 · 指标 2.10.0