Make sure you are in the parent folder directory,
Create the new class libary with classlib
dotnet new classlib -n MyLibrary
The Class is only visible in the normal explorer, not the SOLUTION EXPlOYER
Fix this by right clicking in Project's SOLUTION EXPLOYER and select the new classlib
Delete the placehold.cs file, and create a WheatherCalculator
class