Understanding of .csproj filesFamiliarity with .NET build system
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
55
調査方針
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