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

dwmkerr/sharpshell

SharpShell makes it easy to create Windows Shell Extensions using the .NET Framework. observed · 2026-08-28

github.com/dwmkerr/sharpshell · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4737
  • days_rel: n/a
  • days_push: 811
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1678 stars · 267 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

SharpShell is a .NET Framework framework that simplifies creating Windows Shell Extensions, handling the COM interop and registration plumbing so developers can write managed handlers in C#. It supports context menus, icon and icon overlay handlers, info tips, drop handlers, preview and thumbnail handlers, property sheets, and desk bands.

Use cases

  • add custom right-click context menu items in Windows Explorer
  • create a thumbnail handler for a custom file type
  • show previews of custom file formats in the Explorer preview pane
  • add custom icon overlays to files and folders in Windows
  • build a Windows shell extension in C# instead of C++ COM
  • create info tips that display tooltips for file types
  • add a desk band toolbar to the Windows taskbar

When to choose

  • you need Windows Explorer integration (context menus, thumbnails, previews, icons) from managed .NET code
  • you want to avoid hand-writing raw COM shell extension code in C++
  • you want a battle-tested NuGet package with tooling for server registration and testing

When to avoid

  • your project targets .NET Core / .NET 5+ rather than the .NET Framework
  • you need cross-platform shell or file-manager integration outside Windows
  • you need a shell extension type not among the supported handlers, such as namespace extensions

Facets

framework · maturity stable

plugin-system developer-tools developer-tools windows operating-systems desktop-applications windows dotnet shell-extensions windows-explorer context-menu-handler icon-handler thumbnail-handler preview-handler icon-overlay desk-band com-interop csharp nuget desktop

1 source

Member repositories

RepositoryRoleHealth v2
dwmkerr/sharpshellmain23

For agents

markdown · JSON · MCP: product_card(name="dwmkerr/sharpshell")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem