LaunchCodeEducation / csharp-web-dev-curriculum

Hugo version of C# Unit 2
http://education.launchcode.org/csharp-web-dev-curriculum/
1 stars 5 forks source link

Starter code for HelloMethods does not build #54

Open matthewcreek opened 3 months ago

matthewcreek commented 3 months ago

Relevant Link

HelloMethods will not build because there is no using HelloMethods statement in Program.cs. Hovering over the error in VS Code gives the error "The name 'Message' does not exist in the current context".

image

Suggested chage: Add using HelloMethods to the top of Program.cs in the HelloMethods project folder

image