All tags
Catalogue tag

#csharp

Every repository in the public record carrying this tag — from its GitHub topics or the keywords its package registries publish. Health is measured under the same versioned methodology as the rest of the record.

1,253 records
Tagged “csharp”Ranked by health index
69Goodhealth index
soenneker/soenneker.utils.delay
A utility library for generic time delay related operations
C#★ 1Jul 17, 2026
MITJul 17, 2026 · metrics 2.10.0
69Goodhealth index
unoplatform/uno.fonts
Uno Platform Fonts
PowerShell★ 12Jul 28, 2026
Custom licenseJul 28, 2026 · metrics 2.10.0
NuGet
69Goodhealth index
yantrajs/yantra
JavaScript Engine for .NET
JavaScript · C#★ 257Aug 25, 2026
Apache-2.0Aug 25, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
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#★ 7Jul 21, 2026
MITJul 21, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
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#★ 8Jul 21, 2026
MITJul 21, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
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#★ 5Jul 21, 2026
MITJul 21, 2026 · metrics 2.10.0
crates.io
67Goodhealth index
LiveSplit/livesplit-core
livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
Rust★ 228↓ 195/moJul 31, 2026
Apache-2.0Jul 31, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
NewLifeX/NewLife.RocketMQ
纯托管轻量级RocketMQ客户端,支持发布消息、消费消息、负载均衡等核心功能!
C#★ 225Sep 6, 2026
MITSep 6, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
ProwlEngine/Anthology
The collection of libraries that power the Prowl game engine.
C#★ 2Jul 24, 2026
MITJul 24, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
C#★ 7,359Aug 28, 2026
MITAug 28, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
anmcgrath/BlazorDatasheet
Simple excel-like datasheet Blazor component
C# · HTML★ 359Aug 21, 2026
MITAug 21, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
atc-net/atc-coding-rules-updater
A CLI tool to update atc coding rules and guidelines in a project / solution.
C#★ 4Jul 29, 2026
MITJul 29, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
danikf/tik4net
Manage mikrotik routers with .NET C# code via ADO.NET like API or enjoy O/R mapper like highlevel api.
C#★ 195Jul 20, 2026
Apache-2.0Jul 20, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
danzuep/MailKitSimplified
Send and receive emails easily, fluently, with one line of code for each operation.
C#★ 95Jul 26, 2026
MITJul 26, 2026 · metrics 2.10.0
NuGet · npm · PyPI
67Goodhealth index
davidxuang/FluentIcons
A multi-framework control library of https://github.com/microsoft/fluentui-system-icons
C# · TypeScript★ 217Sep 1, 2026
MITSep 1, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
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#★ 4Aug 10, 2026
GPL-3.0Aug 10, 2026 · metrics 2.10.0
npm
67Goodhealth index
fluffynuts/PeanutButter
Tasty, versatile, nutritious; goes with many things in .net.
C#★ 188Jul 21, 2026
BSD-3-ClauseJul 21, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
jscarle/PostKit
A MimeKit infused implementation of the Postmark API.
C#★ 3Aug 9, 2026
MITAug 9, 2026 · metrics 2.10.0
npm
67Goodhealth index
livekit/client-sdk-unity
Official Unity SDK for LiveKit
C#★ 93Sep 1, 2026
Apache-2.0Sep 1, 2026 · metrics 2.10.0
NuGet
67Goodhealth index
snltty/linker
极具特色的,P2P打洞(UDP+TCP、IPV4+IPV6) + 服务器转发,实现的异地组网、内网穿透。让你那些散落在世界各地的联网设备就像在隔壁房间一样轻松访问。
C# · Vue★ 1,427Jul 27, 2026
GPL-3.0Jul 27, 2026 · metrics 2.10.0
67Goodhealth index
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#★ 0Jul 16, 2026
MITJul 16, 2026 · metrics 2.10.0
67Goodhealth index
soenneker/soenneker.atomics.ints
A thread-safe int implemented on top of Interlocked/Volatile operations.
C#★ 0Jul 17, 2026
MITJul 17, 2026 · metrics 2.10.0
67Goodhealth index
soenneker/soenneker.atomics.longs
A thread-safe long implemented on top of Interlocked/Volatile operations.
C#★ 0Jul 18, 2026
MITJul 18, 2026 · metrics 2.10.0
67Goodhealth index
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#★ 0Jul 18, 2026
MITJul 18, 2026 · metrics 2.10.0