LaunchCodeEducation / LaunchCodeEducation/csharp-web-dev-curriculum

Starter code for HelloMethods does not build

Open
#54 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
1
Forks
5
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the HelloMethods project folder and inspect Program.cs alongside the linked HelloMethods lesson. Confirm the missing namespace reference is the cause of the build error, then verify that the starter project builds successfully in VS Code without the “Message” error.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
documentation
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.