C# Class Members & Primitive Values Learning Objectives Declare class members and assign them primitive values Set up instructions Fork this repository and clone the forked version to your machine Open the solution file in Visual Studio. Or in your terminal run dotnet restore Complete items on the Task List (goto View menu then choose Task List) - these todo items are also marked in your code as comments: //TODO: .... Run the tests that are in the Test Explorer. Or in your terminal run dotnet build followed by dotnet test.