markjprice / cs12dotnet8

Repository for the Packt Publishing book titled "C# 12 and .NET 8 - Modern Cross-Platform Development Fundamentals" by Mark J. Price
564 stars 164 forks source link

Page 95 Exploring more about console apps typo #26

Closed Emopusta closed 5 months ago

Emopusta commented 5 months ago

In line 7 it says create a new console app using F# language and there is a cmd instruction to create that console app dotnet new console -lang "F#" --name "ExploringConsole" I think F# needs to be changed into C# according to book topic, content at current page and the next pages.

markjprice commented 5 months ago

That is an example of what a command line with arguments looks like. You are not told to enter the command. To create a new project with C# you do not need to specify the -lang argument at all so it would be a less useful example.