microsoft/wil
Windows Implementation Library observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 36
- 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: 307
- age_days: 2856
- days_rel: 219
- days_push: 8
- n_releases_24m: 2
Adoption not part of the score
2968 stars · 299 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A header-only C++ library from Microsoft providing readable, type-safe C++ interfaces for common Windows coding patterns. It includes RAII resource wrappers, Win32 API helpers, registry helpers, network helpers, error-handling macros, and TraceLogging telemetry support.
Use cases
- manage Windows HANDLEs and resources with RAII smart pointers
- check Windows API errors and surface them as error codes or exceptions
- read and write the Windows registry in a type-safe way
- watch for Windows registry changes and trigger callbacks
- simplify Winsock and sockaddr handling in C++
- log telemetry with TraceLogging from C++
When to choose
- you are writing modern C++ that calls Win32 APIs and want RAII and type safety
- you want consistent error handling across the many Windows error-reporting conventions
- you need registry, networking, or telemetry helpers without writing boilerplate
When to avoid
- you are targeting non-Windows platforms
- your project is pure C or does not use C++
- you want a large framework rather than lightweight header-only helpers
Facets
library · maturity stable
error-handling logging developer-tools developer-tools windows operating-systems windows cpp raii header-only win32 windows-api telemetry registry
1 source
- readme: https://github.com/microsoft/wil · fetched 2026-08-28 · a6cf9e098b7f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| microsoft/wil | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem