* Replace HTTP 200 status code with 201 for POST
The correct status code for successful POST requests is 201, not 200. Even the accompanying image says 201 as opposed to 200.
* Update aspnetcore/tutorials/min-web-api.md
* Update min-web-api8.md
Extended the fix to the 8.0 version of the topic.
* Update min-web-api6-7.md
Extended the fix to previous versions 6-7
---------
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
* MinAPI tutorial rewrite to Swagger
* Correct code path swagger version
* Added code highlight
* Improved h2-h3 titles for Swagger steps
* Moved H2 from VS to VSC
* Restored todogroup program.cs
* Clarified original DTO instruction
* Improved first run app and stop app instruction
* Fixed VSC first run instruction
* Corrected typo configu
* Fix code highlihght
* Removed dupe explaination line
* Corrected original error in json example
* Added swagger response screenshot and a few fixes
* Fixing typos, text improvements
* Rewrote and recoded for NSwag instead of Swashbuckle plus updated art
* Add Cam's recommendation on tool choice
* Improved some text, fixed typos
* Move Typed Results Program.cs to NSwaag
* Rewrote + recode v6 and v7 based on approved 8 approach
* Fixed missing Visual Studio tabs in v6 and v7
* Fixed alt text warnings and corrected code snippet path for v6-7
* Updated v6 and v7 package versions appropriate for the target .NET
* Updated v6 to move todo and tododb classes out of program.cs to be consistant
* Updated prereq includes to remove old preview text for vs and vs for mac versions 6-8
* More changes per tdykstra review.