markjprice / cs11dotnet7

Repository for the Packt Publishing book titled "C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals" by Mark J. Price
566 stars 206 forks source link

Chapter1 #56

Closed yoshist closed 1 year ago

yoshist commented 1 year ago

Page 25, step 6: Replace "...right-click the Chapter01 solution, select Set Startup Projects..., set Current selection, and then click OK." with "...right click on AboutMyEnvironment, select Set As Startup Projects."

markjprice commented 1 year ago

I teach the "Current selection" way because then the reader can just click a project in Solution Explorer and run it easier than manually resetting the startup project every time.

I have added an improvement item for this: https://github.com/markjprice/cs11dotnet7/blob/main/docs/errata/improvements.md#page-25---adding-a-second-project-using-visual-studio-2022