@massu/adapter-aspnet
v1.0.0
Published
Massu first-party adapter for ASP.NET — Tree-sitter AST detection of MapGet/MapPost/MapPut/MapDelete route registrations and route group prefixes in C# Minimal API codebases
Downloads
471
Maintainers
Readme
@massu/adapter-aspnet
Massu first-party adapter for ASP.NET — Tree-sitter AST detection of MapGet/ MapPost/MapPut/MapDelete route registrations and route group prefixes in C# Minimal API codebases.
What it detects
route_method— most-common explicit HTTP verb extension method (MapGet,MapPost,MapPut,MapPatch,MapDelete) with a string-literal route template argument.api_namespace— first route group prefix fromapp.MapGroup("/api")etc., normalized to a leading-slash path.
Install
npm install @massu/adapter-aspnetThe adapter is also CORE-BUNDLED in @massu/[email protected]+ for zero-config use; the
standalone package adds the REGISTRY-VERIFIED trust class — the published tarball's
dist/ is sha256-verified end-to-end against the signed manifest at
https://registry.massu.ai/adapters/manifest.json.
Authoring SDK
This adapter is built on top of @massu/core/adapter (the SemVer-stable adapter
authoring surface). See docs/AUTHORING-ADAPTERS.md
for the full contract.
License
Business Source License 1.1 — see LICENSE.
