Commit Graph

4 Commits (c9966742fdd10334cbcbfa61867810a580578949)

Author SHA1 Message Date
Wade Pickett b8ee7fa9f5
dotnet tool install --arch options (#29923)
* dotnet tool install --arch options, new include plus edit to 31 files to add include.
2023-07-27 14:35:42 -07:00
Melkisedek Hamakali 58d4a1bfcc
Add missing required code generation package
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)
```
2023-03-28 16:44:33 +02:00
Rick Anderson c08fc1d22b
Do not merge until 8 PM PST: Remove prerelease /2 (#27523)
* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2
2022-11-07 15:51:13 -10:00
Tom Dykstra a10f9311d6
MVC Intro tutorial .NET 7 update (#27268) 2022-10-25 13:56:30 -07:00