LaunchCodeEducation / csharp-web-dev-curriculum

Hugo version of C# Unit 2
http://education.launchcode.org/csharp-web-dev-curriculum/
1 stars 5 forks source link

Graded Assignment 1 issue with entire project being copied to output directory #77

Open pjduri opened 3 months ago

pjduri commented 3 months ago

Link to instructions: https://education.launchcode.org/csharp-web-dev-curriculum/assignments/techjobs-console/index.html

Link to starter code repo: https://github.com/LaunchCodeEducation/CSharp6-TechJobsConsole

Content tags in both .csproj folders cause project to be duplicated in output directory every time the project builds - including runs and tests. Suggested fix - remove the <Content> tags that include "*/" from both .csproj files and add one that includes the csv file. Linked below is a doc created for the March2024 FTWD cohort with a full explanation of the issue and the fix suggestion: https://docs.google.com/document/d/1Eu2O0GYx60byFn-sxu1wpbgoasnUfXPTymVTC7EcapU/edit?usp=sharing