Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# Building Services with ASP.NET Web API Building Our Service Adding Action Method Parameters

Karolina Jochymek
Karolina Jochymek
16,303 Points

Uploaded code passing all test before I send it

Hi, I have problem with uploaded file in code challenge. After implementing instructed changes I compiled solution, debug it, even run all test and everything worked fine - solution was compiled, application run and all tests passed. I sent that solution (excluding bin/obj and packages directories - to met file size limitation) and I received message that some tests failed (without test passing/failing list so I assume that solution wasn't even succesfully compiled). I even tried to compile and re-run solution files 'after directories removal' (I was affraid that by mistake I removed important file), but all packages was downloaded correctly and soution work good. I don't have idea what else I should check or what I'm doing wrong. Is there any hint for similar situation?

Hi, how did you end up solving this?