* Changing metada author ms.author, remove by line per doc manager
* adding websockets and azure publish using vs docs
* adding choose-web-ui.md
* Added web api, publishing and signalR topics.
* removed 4 topics that already had meta data changed in another PR and I didn't realize
* Update aspnetcore/tutorials/first-mongo-app.md
* Apply suggestions from code review
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update first-mongo-app.md
removed dupe of author expert comment
* Reverting by line removal and adding expert in comments on metadata.
* Update sql.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update da1.md
Improved description of the concurrency support that comes with scaffolded code.
* Update aspnetcore/tutorials/razor-pages/da1.md
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
* Razor pages series macOS and .NET 7 update
* Backed out of VS for Code step changes.
* fixed dialog name
* Model.md update for macOS
* Updated scaffolding screenshot for VS for Mac
* Added appsetting_SQQLite for 7.0 and fixed 5.0 which was showing mvcmovie.db
* Fixed VS for Win IndexRating.cshtml in snap7 folder
* Updated include net-prereqs-mac-7.0 to point GA of VS 2022 not Preview
* RP part 7 to .NET 7 /2
* RP part 7 to .NET 7 /2
* RP part 7 to .NET 7 /2
* RP part 7 to .NET 7 /2
* RP part 7 to .NET 7 /2
* RP part 7 to .NET 7 /2
* RP part 7 to .NET 7 /2
* work
* Part 6 RP .NET 7 refresh /2
* Part 6 RP .NET 7 refresh /2
* Part 6 RP .NET 7 refresh /2
* Part 6 RP .NET 7 refresh /2
* Part 6 RP .NET 7 refresh /2
* Part 6 RP .NET 7 refresh /2
* Part 6 RP .NET 7 refresh /2
* .NET 7: RP add a model /2
* .NET 7: RP add a model /2
* .NET 7: RP add a model /2
* .NET 7: RP add a model /2
* .NET 7: RP add a model /2
* .NET 7: RP add a model /2
* .NET 7: RP add a model /2
* .NET 7: RP add a model /2
* .NET 7: RP add a model /2
Using dotnet-aspnet-codegenerator was producing the result zsh: command not found: dotnet-aspnet-codegenerator using the .NET CLI on mac.
The alternative dotnet aspnet-codegenerator worked as intended. Updated docs here to use dotnet aspnet-codegenerator command instead.
Tutorial series, app samples and screenshots updated for all three Visual Studio, VS Code and VS for Mac versions:
* Project template updates
* Scaffolding updates
* Migrations output updates
* Packages updates
* Nullable workarounds removed from tutorials and code samples since they are no longer an issue.
* Plus fixed some existing tutorial bugs found along the way.
* updating w/ new vsmac 2022 info
* updating screenshots
* Update aspnetcore/tutorials/razor-pages/razor-pages-start.md
Clarifying where to find the port number and when it is assigned.
* Update model.md
Added instruction to switch the project directory before the ef tool install instruction.
* Update model.md
Removed line referring to NU1603 and its future fix with the 6.0 release
Co-authored-by: Wade Pickett <wpickett@microsoft.com>