Fix Missing OpenAPI Elements From ASP.NET Core Minimal API Apps
When working in .NET, there’s a lot of room for reorganizing a codebase, but sometimes we can organize ourselves into a mess of a problem. Recently, when working on an ASP.NET Core Minimal API demo, I seemingly broke an endpoint’s...