Clean up all of the extraneous content, the extra content globs etc.
Contributor guide
Tech stack
csharp
Domain
backendbuild system
Issue type
refactor
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Understanding of .csproj filesFamiliarity with .NET build system
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
55
Research direction
Examine the .csproj files in the repository (e.g., src/eShop.WebApp/eShop.WebApp.csproj) for unnecessary globbing patterns, comments, or default content that can be removed. Ensure the project still builds and no functionality is broken. Refer to the official .NET SDK project file documentation for standard structure.
Clean up csproj files · dotnet/eShop#26 | Good First Issue