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

Creating a class library #65

Closed cmkaya closed 1 year ago

cmkaya commented 1 year ago

Hi there!

Chapter: 4 Page Number: 185

Statement

Problem to fix: As it is seen on the image, to create a new class library, we are told to use dotnet new console command. However, it creates a new console app, not a class library.

Suggested solution: We have to type dotnet new classlib in the terminal.

markjprice commented 1 year ago

This is already an errata: https://github.com/markjprice/cs11dotnet7/blob/main/docs/errata/errata.md#page-185---creating-a-class-library-that-needs-testing

cmkaya commented 1 year ago

I missed it.