Finishing What I Started: AutoDoc: AI-Powered OpenAPI Docs from C# 🤖 (opens in new tab)
This is a submission for the What I Built: AutoDoc is a tool that automatically generates enriched OpenAPI 3.0.3 documentation from raw C# ASP.NET Core controller code using a local AI model - no manual annotations, no attribute decorators, no maintenance required. The idea came from a real frustration I noticed during my software engineering internship. Swagger documentation in .NET projects only documents what developers explicitly declare. Miss an attribute, forget an error response, skip ...
Read the original article