Skip to content

Conversation

@shethaadit
Copy link
Contributor

Summary

This PR addresses the issue by:

Adding a Console.WriteLine statement to the DoWork method in Employee_Part1.cs to output: Employee is working.
Adding a Console.WriteLine statement to the GoToLunch method in Employee_Part2.cs to output: Employee is at lunch.

Fixes #43711

@shethaadit shethaadit requested review from a team and BillWagner as code owners November 26, 2024 10:19
@dotnetrepoman dotnetrepoman bot added this to the November 2024 milestone Nov 26, 2024
@dotnet-policy-service dotnet-policy-service bot added okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. community-contribution Indicates PR is created by someone from the .NET community. labels Nov 26, 2024
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @shethaadit

I'll :shipit: as soon as the build finishes.

@BillWagner BillWagner enabled auto-merge (squash) November 26, 2024 14:32
@BillWagner BillWagner merged commit e5c41ee into dotnet:main Nov 26, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates PR is created by someone from the .NET community. dotnet-csharp/svc fundamentals/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expected Output from Partial Classes Code Example is Incorrect

2 participants