* 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.
* Update references for API Testing
* Update aspnetcore/fundamentals/minimal-apis/bindingArrays/7.0-samples/todo/Program.cs
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* migration to 9
* migration to 9
* migration to 9
* migration to 9
* migration to 9
* migration to 9
* Apply suggestions from code review
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
---------
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
* edit validation.md: remove stray comma
* edit validation.md
make same change here as for `aspnetcore/tutorials/razor-pages/validation.md`
* Update validation.md
* Update validation.md
---------
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
* VS Code: Add required assets
* Moved common text to two includes: vscode-trust-authors.md and vscode-add-assets-prompt.md
* improve vscode-trust-authors.md
* Combined new includes, added SignalR tutorials
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Fix client side files position
There is a little error in the sample: if you follow the tutorial, the `npm run release` fails because it looks for html/css/ts files in the src folder but the tutorial says to create these files in the project root.
My favourite solution is to create the _src_ folder and then put these files into this folder. I modified the tutorial to follow this solution.
Thanks!
Samuele
* fix script tag position in webpack generate html
* Apply suggestions from code review
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
* Update signalr-typescript-webpack7.md
Added same suggested changes to version 7.
---------
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
* note VS for mac eol
* update date
* move include out of include
* add a line
* revert
* add text to include file
* include in include
* misc
* fix xref link *-->%2A
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Andrew Casey <amcasey@users.noreply.github.com>
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Warn on port spoofing /7
* Warn on port spoofing /7
* Warn on port spoofing /7
* Warn on port spoofing /7
* Warn on port spoofing /7
* Warn on port spoofing /7
* Update aspnetcore/includes/spoof.md
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Warn on port spoofing /7
* Warn on port spoofing /7
* Warn on port spoofing /7
* Warn on port spoofing /7
* Warn on port spoofing /7
* Warn on port spoofing /7
* Update aspnetcore/includes/spoof.md
Co-authored-by: Chris Ross <chrross@microsoft.com>
---------
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Co-authored-by: Chris Ross <chrross@microsoft.com>
* v8 Updates for First MVC series
* Moving debug_menu50.png back to proper directory
* Fixing cross repo link for Migrations with Multiple Providers
* Updated scaffolding -sqlite flag to --databaseProvider sqlite
* Added completed 8.0 code and derived doc code sample with region snippets
* Updated all code links in all topics to 8.0 sample
* Corrected EF Migrations link to relative in add-model.md
* Corrected add scaffolding png on adding-model.md
* Fixed html source highlight
* Apply Tom's suggestion from code review: code style ticks on package listing
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Applying Tom's review suggestion to version 7 adding-model as well
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* update Reliable web patterns
* update Reliable web patterns
* update Reliable web patterns
* update Reliable web patterns
* update Reliable web patterns
* Not latest version
* Not latest version
* Not latest version
* Apply suggestions from code review
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Not latest version
* Not latest version
* Not latest version
---------
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Without this tool, the command in part 2 for code generation will fail with the message below
```
To scaffold controllers and views using models, install Entity Framework core packages and try again: Microsoft.EntityFrameworkCore.Tools
at Microsoft.VisualStudio.Web.CodeGeneration.ActionInvoker.<BuildCommandLine>b__6_0()
at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
at Microsoft.VisualStudio.Web.CodeGeneration.ActionInvoker.Execute(String[] args)
at Microsoft.VisualStudio.Web.CodeGeneration.CodeGenCommand.Execute(String[] args)
```