Ross ROSS = Recommend OSS · open-source software intelligence for agents

platform: dotnet

1125 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
DotNetAnalyzers/StyleCopAnalyzers
StyleCop.Analyzers implements StyleCop style rules as Roslyn analyzers for C#, distributed as a NuGet package. It includes code fixes for m…
502854active
dotnetcore/osharp
OSharp is a rapid development framework for .NET 6.0+ that wraps AspNetCore modules such as configuration, dependency injection, logging, c…
622847active
zzzprojects/html-agility-pack
Html Agility Pack (HAP) is a free, open-source HTML parser written in C# that builds a read/write DOM and supports XPath and XSLT queries. …
952846active
vkhorikov/CSharpFunctionalExtensions
A C# library providing functional programming extensions, including Result and Maybe monads, value objects, and fluent method chaining. It …
722826stable
Cysharp/ZString
ZString is a zero-allocation StringBuilder implementation for .NET Core and Unity that avoids allocations from string concatenation, boxing…
662797stable
fluentscheduler/FluentScheduler
FluentScheduler is an automated job scheduler library for the .NET platform with a fluent interface for defining schedules. It lets develop…
702772stable
IronPython
IronPython is an open-source implementation of the Python programming language built on the .NET Dynamic Language Runtime, targeting Python…
672759active
fluentribbon/Fluent.Ribbon
Fluent.Ribbon is a WPF control library that implements a Microsoft Office-style ribbon user interface for .NET desktop applications. It pro…
792757active
TASEmulators/BizHawk
BizHawk (EmuHawk) is a multi-system retro game emulator written in C# with a WinForms frontend. It combines casual-play features with full …
812737active
Pathoschild/SMAPI
SMAPI is the modding API and mod loader for Stardew Valley, enabling players to install mods and developers to build them. It is compatible…
872716active
ClassIsland/ClassIsland
ClassIsland is a cross-platform desktop application that displays class schedules and related information on classroom multimedia screens, …
922709active
CommunityToolkit/Maui
A community-maintained .NET MAUI library providing extensions, advanced UI/UX controls, behaviors, converters, and animations for cross-pla…
982694active
serenity-is/Serenity
Serenity is an ASP.NET Core / TypeScript application platform for building data-centric business applications with a service-based architec…
982693active
Bouncy Castle
Bouncy Castle is a comprehensive open-source cryptographic library for Java (and C#/.NET) implementing a wide range of algorithms, a JCA/JC…
772683stable
openai/openai-dotnet
The official .NET library for accessing the OpenAI REST API, generated from the OpenAPI specification in collaboration with Microsoft. It p…
862674active
Uotan-Dev/UotanToolboxNT
Uotan Toolbox NT is a modern cross-platform desktop GUI toolbox for managing Android and OpenHarmony devices, built with C# and Avalonia UI…
852674active
rebus-org/Rebus
Rebus is a lean, free service bus implementation for .NET that provides asynchronous messaging between services following the 'smart endpoi…
762657stable
thepirat000/Audit.NET
Audit.NET is an extensible .NET framework for generating audit logs of executing operations, capturing environmental data like user ID, mac…
762645active
KSP-CKAN/CKAN
CKAN is a package manager and metadata repository for finding, installing, and managing Kerbal Space Program mods, inspired by Debian and C…
822628active
altmann/FluentResults
FluentResults is a lightweight .NET library implementing the Result pattern, returning success/failure objects instead of throwing exceptio…
372627active
nunit/nunit
NUnit is a unit-testing framework for all .NET languages, supporting everything from TDD unit tests to full system and integration testing.…
942622stable
DbUp/DbUp
DbUp is a .NET library for deploying changes to SQL Server and other databases. It tracks which SQL scripts have already run and executes o…
722621stable
bsmg/ModAssistant
Mod Assistant is a Windows desktop GUI application for installing, updating, and uninstalling Beat Saber PC mods sourced from BeatMods. It …
232618active
WalletWasabi/WalletWasabi
Wasabi Wallet is an open-source, non-custodial, privacy-focused Bitcoin desktop wallet built in C# on .NET. It routes all traffic through T…
932603active
liukuo362573/YiShaAdmin
YiShaAdmin is an open-source admin management system built on .NET Core MVC with a clean Bootstrap/jQuery UI. It provides role-based permis…
322580active
adamhathcock/sharpcompress
SharpCompress is a fully managed pure C# compression library for .NET supporting many archive formats (zip, tar, gzip, bzip2, 7zip, rar, xz…
972577active
yhuse/SunnyUI
SunnyUI.NET is an open-source C# WinForm UI control library, utility class library, and multi-page development framework built on .NET Fram…
652577active
eventflow/EventFlow
EventFlow is an async/await-first CQRS and event sourcing framework for .NET, built around domain-driven design concepts like aggregates, c…
802564active
punker76/gong-wpf-dragdrop
GongSolutions.WPF.DragDrop is an easy-to-use drag-and-drop framework for WPF applications, distributed via NuGet. It supports MVVM through …
482560stable
reactiveui/Akavache
Akavache is an asynchronous, persistent key-value store for .NET desktop and mobile applications, built on SQLite3. It supports storing imp…
942553active
UglyToad/PdfPig
PdfPig is a C#/.NET library for reading and extracting text, images, annotations, forms, and metadata from PDF files, ported from Apache PD…
912549active
OpenLiveWriter/OpenLiveWriter
Open Live Writer is an open source fork of Windows Live Writer, a WYSIWYG blog editor for composing, previewing, and publishing blog posts …
852538active
snoopwpf/snoopwpf
Snoop is an open-source WPF spy utility that lets you inspect the visual, logical, and automation trees of any running WPF application with…
832525active
microsoft/CsWin32
A C# source generator that emits strongly-typed P/Invoke and COM interop bindings for Win32 APIs from .winmd metadata. It generates friendl…
962518active
aspnet-contrib/AspNet.Security.OAuth.Providers
A collection of ASP.NET Core authentication middleware providing OAuth 2.0 social login providers such as GitHub, Twitter/X, and Dropbox. I…
802508active
quasar/Quasar
Quasar is a free, open-source remote administration tool (RAT) for Windows written in C#, offering remote desktop, shell, file management, …
109908maintenance
peachpiecompiler/peachpie
PeachPie is an open-source PHP compiler built on Microsoft Roslyn that compiles PHP code to .NET and .NET Core, with a reimplemented PHP ru…
672485active
0xd4d/dnlib
dnlib is a C# library that reads and writes .NET assemblies and modules, including method bodies and IL code. It supports loading modules f…
612483stable
madelson/DistributedLock
DistributedLock is a .NET library providing robust distributed mutexes, reader-writer locks, and semaphores built on various backing techno…
902481stable
sprache/Sprache
Sprache is a tiny, lightweight C# library for building text parsers directly in code using monadic parser combinators and LINQ query syntax…
322474stable
BrighterCommand/Brighter
Brighter is a Command Dispatcher and Command Processor framework for .NET and C# that implements the Command pattern with a middleware pipe…
982469active
exceptionless/Exceptionless
Exceptionless is an open-source real-time error monitoring and reporting service for .NET, JavaScript, and Node applications, with clients …
992455active
CarterCommunity/Carter
Carter is a thin framework layer of extension methods over ASP.NET Core that makes building HTTP APIs more explicit and enjoyable. It adds …
732446active
ardalis/SmartEnum
A C# base class library for creating strongly-typed enum alternatives with behavior, lookup by name or value, and rich integration support.…
652440stable
microsoft/chat-copilot
Chat Copilot is a sample application from Microsoft for building your own LLM-powered chat copilot, built on Semantic Kernel. It consists o…
102434active
MichaCo/CacheManager
CacheManager is an open-source caching abstraction layer for .NET written in C#, supporting multiple cache providers such as Redis, Memcach…
642420active
dotnet/Docker.DotNet
Docker.DotNet is a fully asynchronous .NET (C#) client library for the Docker Remote API, letting applications interact programmatically wi…
402414active
apache/lucenenet
Apache Lucene.NET is an open-source full-text search library written in C#, ported from the Java Apache Lucene project. It provides powerfu…
832406active
dotnet/iot
Official .NET libraries (System.Device.Gpio and Iot.Device.Bindings) for building IoT applications that interact with GPIO pins, serial por…
832405active
kwwwvagaa/NetWinformControl
HZHControls is a collection of custom C# WinForms UI controls built entirely on native .NET Framework 4.0 development with no third-party d…
372394active
ValveResourceFormat/ValveResourceFormat
Source 2 Viewer (VRF) is an open-source tool for browsing VPK archives and viewing, extracting, and decompiling Source 2 game assets such a…
952391active
SignalR/SignalR
ASP.NET SignalR is a .NET library that makes it simple to add real-time web functionality to ASP.NET (System.Web/Katana) applications, lett…
429402maintenance
OPCFoundation/UA-.NETStandard
The official OPC Foundation reference implementation of the OPC Unified Architecture (OPC UA) protocol for .NET, providing client, server, …
932375stable
Impostor/Impostor
Impostor is an open-source reimplementation of the Among Us game server, written in C#. It fully replaces the official server, supports plu…
872362active
imbushuo/EnergyStar
EnergyStar is a Windows tray application that uses the Windows EcoQoS API to automatically throttle inactive user processes and background …
232360active
ArduPilot/MissionPlanner
Mission Planner is the primary open-source ground control station (GCS) for ArduPilot autopilots, written in C#/.NET. It provides point-and…
692355active
zzzprojects/EntityFramework-Plus
Entity Framework Plus is a free, open-source .NET library that extends EF6 and EF Core DbContexts with features like Batch Delete, Batch Up…
982342active
vpnhood/VpnHood
VpnHood is an open-source, cross-platform VPN client and server built entirely from scratch in C#/.NET, designed to be undetectable by deep…
982327active
JasperFx/wolverine
Wolverine is a next-generation .NET mediator and message bus framework for building robust event-driven server-side applications. It provid…
952322active
castleproject/Core
Castle Core is a foundational .NET library providing logging service abstractions, the Castle DynamicProxy lightweight runtime proxy genera…
572314stable
sjdirect/abot
Abot is an open source C# web crawler framework built for speed and flexibility, handling multithreading, HTTP requests, scheduling, and li…
742310active
belav/csharpier
CSharpier is an opinionated code formatter for C# and XML, ported from Prettier's printing approach. It is distributed as a dotnet tool wit…
952308active
emgucv/emgucv
Emgu CV is a cross-platform .NET wrapper for the OpenCV image processing library, allowing OpenCV functions to be called from .NET-compatib…
742294active
velopack/velopack
Velopack is an installation and automatic update framework for cross-platform desktop applications, with client SDKs for C#, Rust, C/C++, J…
882292active
ardalis/Specification
A .NET library implementing the Specification pattern for building reusable, composable query specifications, commonly used with EF Core an…
562276stable
helix-toolkit/helix-toolkit
Helix Toolkit is a collection of 3D components for .NET, providing XAML/MVVM-compatible scene graphs and 3D rendering for WPF, WinUI, and A…
842274active
natemcmaster/CommandLineUtils
A .NET library for building command line applications, providing argument parsing, option validation, help text generation, and interactive…
842274stable
Taiizor/ReaLTaiizor
ReaLTaiizor is a .NET WinForms control library offering a wide range of user-friendly, design-focused UI components. It supports multiple t…
672261active
Nethereum/Nethereum
Nethereum is the .NET integration platform for Ethereum and EVM-compatible blockchains, offering 130+ NuGet packages covering RPC access, s…
882256active
ImGuiNET/ImGui.NET
ImGui.NET is a .NET wrapper around the Dear ImGui immediate-mode GUI library, built on the cimgui C API. It lets .NET developers build grap…
652256active
iText
iText is a high-performance PDF library/SDK for Java and .NET that lets developers create, manipulate, inspect, sign, and secure PDF docume…
932255stable
giraffe-fsharp/Giraffe
Giraffe is a functional micro web framework for F# that runs on top of ASP.NET Core. Applications are composed of HttpHandler functions tha…
862250active
EWSoftware/SHFB
Sandcastle Help File Builder is a tool for generating help files for .NET class libraries, combining XML code comments with conceptual topi…
832250active
Cinchoo/ChoEazyCopy
ChoEazyCopy is a free, open-source Windows GUI wrapper around Microsoft's RoboCopy command-line file replication tool. It lets users compos…
722249active
AppMetrics/AppMetrics
App Metrics is an open-source, cross-platform .NET library for recording and reporting application metrics such as gauges, counters, meters…
382249active
NLua/NLua
NLua is a .NET library that bridges the Lua scripting language with C#/.NET, allowing Lua code to be executed from .NET applications and .N…
842243stable
dynamicexpresso/DynamicExpresso
Dynamic Expresso is a .NET library that interprets simple C# expressions at runtime, converting them into expression trees or delegates wit…
982238active
PragmaticFlow/NBomber
NBomber is a distributed load-testing framework for .NET that lets you write load test scenarios in plain C# or F# with no dependency on pr…
942238active
monksoul/Furion
Furion is a batteries-included application framework for .NET/C# that simplifies building web APIs and enterprise applications with feature…
942236active
dotnetcore/Magicodes.IE
Magicodes.IE is a .NET library for importing and exporting data via DTOs, supporting Excel, CSV, Word, PDF, and HTML formats with template-…
642229active
Sergio0694/PolySharp
PolySharp is a Roslyn source generator that emits source-only polyfill types (nullability attributes, Index/Range, records support types, e…
762222active
paolosalvatori/ServiceBusExplorer
Service Bus Explorer is a Windows desktop application for administering Azure Service Bus messaging entities such as queues, topics, subscr…
852213active
aduskin/AduSkin
AduSkin is a beautiful WPF control UI library for C#/.NET desktop applications, providing restyled native controls, multi-color themes, and…
762210active
jwt-dotnet/jwt
Jwt.Net is a C# library for generating, encoding, decoding, and validating JSON Web Tokens (JWT) per RFC 7519. It includes fluent builder A…
922194stable
PiranhaCMS/piranha.core
Piranha CMS is a lightweight, decoupled, open-source content management system for .NET 8 built on ASP.NET Core and Entity Framework Core. …
852191active
ReClassNET/ReClass.NET
ReClass.NET is a .NET-based memory inspection and class structure reconstruction tool for analyzing remote processes, a modernized port of …
232187active
nhibernate/nhibernate-core
NHibernate is a mature, open source object-relational mapper (ORM) for the .NET framework, actively developed and fully featured. It maps r…
922174stable
Particular/NServiceBus
NServiceBus is a .NET messaging framework for building distributed systems and async microservices, providing abstractions over message que…
982168stable
microsoft/Microsoft.IO.RecyclableMemoryStream
A .NET library that pools MemoryStream buffers to reduce garbage collection pressure and Large Object Heap allocations in performance-criti…
672145stable
apache/tinkerpop
Apache TinkerPop is a graph computing framework providing the Gremlin traversal language, drivers, Gremlin Server, and a reference in-memor…
772144stable
CollaboratingPlatypus/PetaPoco
PetaPoco is a tiny, fast, dependency-free micro-ORM for .NET that maps database rows to POCO objects using dynamic MSIL method generation. …
572141active
dotnetcore/WebApiClient
WebApiClient is a declarative REST API client library for .NET where developers define HTTP clients by declaring C# interfaces. It supports…
822136active
dotnet/android
.NET for Android provides open-source bindings of the Android SDK and tooling for use with .NET managed languages such as C#. It ships as a…
912135active
rubberduck-vba/Rubberduck
Rubberduck is a COM add-in that modernizes the legacy Visual Basic Editor (VBE) used for VBA and VB6 development. It provides static code a…
102129active
cxfksword/jellyfin-plugin-metashark
A Jellyfin metadata plugin that scrapes movie and anime metadata primarily from Douban, with TheMovieDb used to fill in missing episode dat…
972119active
dathlin/HslCommunication
HslCommunication is a cross-platform industrial IoT communication library (available for .NET, Java, and Python) that reads and writes data…
662108active
FoundatioFx/Foundatio
Foundatio is a C# library of pluggable abstractions for building loosely coupled distributed applications, covering caching, queues, messag…
962098active
rosenbjerg/FFMpegCore
FFMpegCore is a .NET Standard wrapper around FFMpeg and FFProbe for integrating media analysis and conversion into C# applications. It prov…
452095active
dotnetcore/EasyCaching
EasyCaching is a .NET caching library that unifies basic and advanced caching usage behind a common abstraction. It supports multiple backe…
282094active
prometheus-net/prometheus-net
prometheus-net is a .NET library for instrumenting application code with Prometheus metrics such as counters, gauges, histograms, and summa…
232094active

← prev page 4 / 12 next →