LaunchCodeEducation / LaunchCodeEducation/csharp-web-dev-curriculum
Starter code for HelloMethods does not build
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
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".
Suggested chage: Add using HelloMethods to the top of Program.cs in the HelloMethods project folder
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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