You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.17.0
New Features
Component Health Dashboard — Live dashboard at /dashboard\ showing health scores for all 59 tracked components across 6 dimensions (property parity, event parity, tests, docs, samples, implementation status)
HTTP Handler Infrastructure — \HttpHandlerBase, \MapHandler, and adapter classes for migrating Web Forms HTTP handlers to ASP.NET Core
ASPX URL Rewriting Middleware — Automatic 301 redirect from .aspx URLs to clean Blazor routes
Handler Endpoint Extensions — Fluent API for registering handler endpoints
Bug Fixes
Dashboard Docker deployment — Health scores now use pre-computed snapshots in Docker containers (was showing flat 18% for all components due to missing repo filesystem)
Fixed orphaned Nav component references in sample pages
Added CascadingAuthenticationState for LoginView sample
Removed client-side WASM references from release workflow
Fixed 20 broken documentation links
Infrastructure
Health snapshot generator tool for build-time score computation
Updated Dockerfile to generate health snapshots during publish stage